Edu
Hub
Courses
AI Tools
Leaderboard
Login/Register
AR
Abdullah Rashid
abdullah@example.com
Navigation
📚
Courses
🏆
Leaderboard
✨
AI Tools
←
PHP and Laravel Basics
⏱
15:00
Quit
0 / 5 answered
0%
PHP and Laravel Basics
10 questions · Medium difficulty · 00:05:00 min
🔥 In Progress
Question 1
What is PHP?
A database management system
A server-side scripting language
A client-side scripting language
A CSS framework
Question 2
Which symbol is used to start a PHP variable?
$
&
#
@
Question 3
What is Laravel?
A PHP framework
A JavaScript library
A database tool
A Python web framework
Question 4
Which command is used to create a new Laravel project?
npm install laravel
composer create-project laravel/laravel
laravel new project
php artisan new project
Question 5
What does the 'dd()' function do in Laravel?
Creates a new directory
Deletes a database record
Returns a view
Dumps and dies (displays variable and stops execution)
✅ Answered:
0
⬜ Unanswered:
8
📊
20%
done
Submit Answers →