Q. Which Laravel command creates a controller?
β
Correct Answer: (B)
php artisan make:controller
Explanation: Creates a controller class.