Home »
MCQs »
Laravel MCQs
Which of the following artisan command creates all the listeners?
58. Which of the following artisan command creates all the listeners?
- event:
- event:listener
- event:generate
Answer: C) event:generate
Explanation:
event:generate, artisan command creates all the listeners.