1. What is the purpose of the auth:api middleware in Laravel Passport?
2. Which Laravel package provides the infrastructure for broadcasting events?
3. Which broadcasting driver is commonly used for real-time broadcasting in Laravel applications?
4. What is Laravel Task Scheduling primarily used for?
5. Which of the following methods is used to store an uploaded file in Laravel's file storage system?
6. In Laravel, where are middleware classes typically located?
7. In Laravel, which filesystem drivers are commonly used for local file storage?
8. Which of the following is NOT a common rule type used in Laravel validation?
9. In Laravel broadcasting, what is the role of the Broadcast facade?
10. What is middleware in the context of Laravel controllers?
11. In Laravel Task Scheduling, what is the purpose of the cron method?
12. What is the HTTP status code typically returned when a resource is successfully created in an API endpoint?
13. In Laravel, what is the purpose of the XSS protection middleware?
14. How do you pass data to a Blade view in Laravel?
15. Which programming language is primarily used in Laravel development?
16. In Laravel deployment, what is the purpose of setting up a continuous integration and continuous deployment (CI/Cpipeline?
17. In Laravel's authorization policies, what is the purpose of the Gate facade?
18. In Laravel, what is a job?
19. Which of the following is NOT a valid way to create a new controller in Laravel?
20. What is the purpose of cache tags in Laravel caching?