Documentation

EventServiceProvider extends EventServiceProvider
in package

Table of Contents

Properties

$listen  : array<string, array<int, string>>
The event handler mappings for the application.
$shouldDiscoverEvents  : bool
Indicates if events should be discovered.

Methods

configureEmailVerification()  : void
Configure the proper event listeners for email verification.

Properties

$listen

The event handler mappings for the application.

protected array<string, array<int, string>> $listen = []

$shouldDiscoverEvents

Indicates if events should be discovered.

protected static bool $shouldDiscoverEvents = true

Methods

configureEmailVerification()

Configure the proper event listeners for email verification.

protected configureEmailVerification() : void

        
On this page

Search results