Total Questions : 20
Expected Time : 20 Minutes

1. Which file is used to configure database connections in Laravel?

2. What is 'Laravel Passport' used for?

3. What is the purpose of the Laravel 'pluck' method in Eloquent?

4. What is the purpose of the app/Http/Controllers folder in Laravel?

5. What is the purpose of Laravel's 'hasManyThrough' relationship?

6. What is the purpose of the 'php artisan make:controller' command in Laravel?

7. Which command is used to create a new controller in Laravel?

8. What is the purpose of Laravel's 'sync' method in many-to-many relationships?

9. Which Laravel middleware is used for handling CORS (Cross-Origin Resource Sharing) in your application?

10. Which command is used to create a new Laravel model?

11. Which programming language is commonly used with Laravel?

12. What is the purpose of Eloquent in Laravel?

13. Which Laravel component is responsible for handling database migrations?

14. What is the purpose of Laravel's 'Validation'?

15. What is the purpose of Laravel's Blade templating engine?

16. What is the purpose of Laravel's 'dd()' function?

17. What does the 'php artisan migrate' command do in Laravel?

18. Which command is used to generate Laravel documentation?

19. Which command is used to create a new Laravel migration?

20. What is the purpose of the middleware in Laravel?