what is meant by Listeners ?
Answer / 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 |
Is laravel nova free?
What are the Features of Laravel ?
What is the difference between echo print print_r and var_dump?
What is db facade?
How to create migrations in laravel? Explain step by steps.
What are some use valet commands?
What is escape string?
Explain how to configure cron jobs in homestead?
What encryption does laravel use?
What are laravel contract’s?
How to Sharing Data with all Views ?
What is meant by Laravel - Hashing ?