\App\ProvidersEventServiceProvider

Summary

Methods
Properties
Constants
boot()
shouldDiscoverEvents()
No public properties found
No constants found
No protected methods found
$listen
N/A
No private methods found
No private properties found
N/A

Properties

$listen

$listen : array<class-string,array<int,class-string>>

The event to listener mappings for the application.

Type

array>

Methods

boot()

boot() : void

Register any events for your application.

shouldDiscoverEvents()

shouldDiscoverEvents() : bool

Determine if events and listeners should be automatically discovered.

Returns

bool —