What command is used to create a new Laravel project?
a) php artisan new
b) laravel new
c) composer install laravel
d) php artisan serve
Answer:
b) laravel new
Explanation:
The laravel new command creates a new Laravel project by downloading the Laravel framework and setting up a directory structure.