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 |
Why middleware is used in laravel?
Explain few features of laravel?
What do you mean by boot & register method used in laravel 5?
How to add additional sites in homestead environment?
What do you know about csrf token in laravel? How can someone turn off csrf protection for a specific route?
What is the difference between forget() and the pull() method ?
How can you display html with blade in laravel?
What do you know about csrf token in laravel?
How to configure cron jobs in homestead?
I just installed laravel and have the evil whoops error,how do I find out what’s wrong and fix it?
What is laracasts?
What are blade templates?