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 30
void boot()

Register any events for your application.

Return Value

void

at line 41
bool shouldDiscoverEvents()

Determine if events and listeners should be automatically discovered.

Return Value

bool