Home »
MCQs »
Laravel MCQs
Which of the following commands is needed to construct forms and the controllers connected with them in order to accomplish authentication?
65. Which of the following commands is needed to construct forms and the controllers connected with them in order to accomplish authentication?
- php make:auth
- php artisan make:auth
- artisan make:auth
Answer: B) php artisan make:auth
Explanation:
php artisan make:auth, command is needed to construct forms and the controllers connected with them in order to accomplish authentication.