Home »
MCQs »
Laravel MCQs
The ____ directory stores the actions that have been queued for the Laravel application?
20. The ____ directory stores the actions that have been queued for the Laravel application?
- Events
- Public
- Jobs
- Http
Answer: C) Jobs
Explanation:
The Jobs directory stores the actions that have been queued for the Laravel application.