PHP Class Krucas\LaravelUserEmailVerification\UserEmailVerificationServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: edvinaskrucas/laravel-user-email-verification

Protected Properties

Property Type Description
$aliases array Aliases to be registered.

Public Methods

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

Protected Methods

Method Description
registerCommands ( ) : void Register the related console commands.

Method Details

boot() public method

Boot service provider.
public boot ( ) : void
return void

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the service provider.
public register ( ) : void
return void

registerCommands() protected method

Register the related console commands.
protected registerCommands ( ) : void
return void

Property Details

$aliases protected property

Aliases to be registered.
protected array $aliases
return array