EventServiceProvider
class EventServiceProvider extends EventServiceProvider
Properties
protected array<class-string,array<int,class-string>> | $listen | The event listener mappings for the application. |
Methods
void
boot()
Register any events for your application.
bool
shouldDiscoverEvents()
Determine if events and listeners should be automatically discovered.
Details
at line 32
void
boot()
Register any events for your application.
at line 45
bool
shouldDiscoverEvents()
Determine if events and listeners should be automatically discovered.