Explain Events in laravel ?
- Sharad Jaiswal
- 22nd Feb, 2018
1 answer(s) :
-
Reply
"
Events in Laravel
Events in Laravel are the implementation of the simple observer that allows end-users to subscribe and listen to different events by web application like user registered, product deleted, user verified, etc. All events in Laravel are kept under the app/Events folder.
You can generate an event in Laravel via php artisan by running below command
php artisan make:event ProductPurchased
Post your Answer :
Valid name is required.
Valid name is required.
Valid email id is required.
Priyag Chaudhary
15th Feb, 2020