PHP Class Jrean\UserVerification\UserVerificationServiceProvider

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

boot() public méthode

Perform post-registration booting of services.
public boot ( ) : void
Résultat void

provides() public méthode

Get the services provided by the provider.
public provides ( ) : string[]
Résultat string[]

register() public méthode

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

registerUserVerification() protected méthode

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