Bånder

EventServiceProvider extends EventServiceProvider
in package

Table of Contents

Properties

$listen  : array<class-string, array<int, class-string>>
The event to listener mappings for the application.

Methods

boot()  : void
Register any events for your application.
shouldDiscoverEvents()  : bool
Determine if events and listeners should be automatically discovered.

Properties

$listen

The event to 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

shouldDiscoverEvents()

Determine if events and listeners should be automatically discovered.

public shouldDiscoverEvents() : bool
Return values
bool

        
On this page

Search results