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 |
Does laravel support caching?
What is remember token in laravel?
How to set database connection in laravel?
Do you know what version of laravel do you generally use?
Explain to listeners.
How to install and start, stop mysql on valet?
What is rest api laravel?
How to install laravel via composer?
What are the default ports that are forwarded to your homestead environment?
What is valet used in laravel 5?
What do you maen by method spoofing in laravel 5?
What is dd () in laravel?