Answer Posted / rajani
Listeners handle all the activities mentioned in an event that is being registered.
The artisan command event:generate creates all the listeners in the app/listeners directory.
The Listeners folder includes a file EventListener.php which has all the methods required for handling listeners.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you know what is luman?
What do you understand by orm?
What is a Laravel - Ajax ?
How to enable or disable maintenance mode in laravel?
Explain Laravel - Event Handling ?
What is meant by Laravel - Localization ?
Explain important directories used in a common laravel application.
Is laravel an mvc?
How to enable maintenance mode in laravel 5?
What is facade in laravel?
How to localize resource uris in laravel?
How to get requested path in laravel?
What is mvc laravel?
Tell me what is database migration? And how to use it to add insert initial data to database?
What are http exceptions?