Documentation

EventServiceProvider extends EventServiceProvider
in package

Table of Contents

$listen  : array<class-string, array<int, class-string>>
The event listener mappings for the application.
boot()  : void
Register any events for your application.
shouldDiscoverEvents()  : bool
Determine if events and listeners should be automatically discovered.

Properties

$listen

The event listener mappings for the application.

protected array<class-string, array<int, class-string>> $listen = [\Illuminate\Auth\Events\Registered::class => [\Illuminate\Auth\Listeners\SendEmailVerificationNotification::class]]

Methods

boot()

Register any events for your application.

public boot() : void
Return values
void

shouldDiscoverEvents()

Determine if events and listeners should be automatically discovered.

public shouldDiscoverEvents() : bool
Return values
bool

Search results