1. Which of the following is NOT a common method for specifying the user's preferred language in Laravel internationalization?
2. What is the purpose of the @auth directive in Blade templates?
3. In Laravel, how can you exclude certain tests from running during test execution?
4. How do you specify the controller method that should handle a specific API route in Laravel?
5. What is the HTTP status code typically returned when a resource is successfully created in an API endpoint?
6. In Laravel, which database systems are supported by Eloquent ORM out of the box?
7. In Laravel, which artisan command is used to list all scheduled tasks?
8. Which of the following methods is used to validate user input in a Laravel controller?
9. Which file in a Laravel project is used to manage environment-specific configuration variables?
10. Which Composer-based package manager is commonly used to install and manage Laravel packages?
11. What is the "fallback" route in Laravel used for?
12. What is a named route in Laravel?
13. What is the purpose of running composer install in a Laravel project?
14. Which of the following is NOT a common response format used in Laravel API development?
15. In Laravel, where are middleware classes typically located?
16. Which Laravel artisan command is used to create a new middleware class?
17. Which of the following is NOT a common validation rule used for file uploads in Laravel?
18. Which of the following is a recommended security practice in Laravel for handling user authentication and password storage?
19. What is Laravel Broadcasting primarily used for?
20. In Laravel validation, what is the purpose of the messages method in a form request class?