Documentation

EventServiceProvider extends EventServiceProvider

Table of Contents

$listen  : array<string|int, mixed>
The event listener mappings for the application.
boot()  : void
Register any events for your application.

Properties

$listen

The event listener mappings for the application.

protected array<string|int, mixed> $listen = [IlluminateAuthEventsRegistered::class => [IlluminateAuthListenersSendEmailVerificationNotification::class]]

Methods

boot()

Register any events for your application.

public boot() : void
Return values
void

Search results