PHP Class Krucas\LaravelUserEmailVerification\UserEmailVerificationServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: edvinaskrucas/laravel-user-email-verification

Protected Properties

Свойство Type Description
$aliases array Aliases to be registered.

Méthodes publiques

Méthode Description
boot ( ) : void Boot service provider.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
registerCommands ( ) : void Register the related console commands.

Method Details

boot() public méthode

Boot service provider.
public boot ( ) : void
Résultat void

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerCommands() protected méthode

Register the related console commands.
protected registerCommands ( ) : void
Résultat void

Property Details

$aliases protected_oe property

Aliases to be registered.
protected array $aliases
Résultat array