Описание тега laravel-events
Laravel's events provides a simple observer implementation, allowing you to subscribe and listen for events in your application.
Laravel's events provides a simple observer implementation, allowing you to subscribe and listen for events in your application.
Event classes are typically stored in the app/Events directory, while their listeners are stored in app/Listeners.