PHP Class Jrean\UserVerification\UserVerificationServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: jrean/laravel-user-verification

Public Methods

Method Description
boot ( ) : void Perform post-registration booting of services.
provides ( ) : string[] Get the services provided by the provider.
register ( ) : void Register the service provider.

Protected Methods

Method Description
registerUserVerification ( Illuminate\Contracts\Foundation\Application $app ) : void Register the user verification.

Method Details

boot() public method

Perform post-registration booting of services.
public boot ( ) : void
return void

provides() public method

Get the services provided by the provider.
public provides ( ) : string[]
return string[]

register() public method

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

registerUserVerification() protected method

Register the user verification.
protected registerUserVerification ( Illuminate\Contracts\Foundation\Application $app ) : void
$app Illuminate\Contracts\Foundation\Application
return void