PHP Trait Krucas\LaravelUserEmailVerification\RegistersUsers

Inheritance: use trait RedirectsUsers
Afficher le fichier Open project: edvinaskrucas/laravel-user-email-verification

Méthodes publiques

Méthode Description
getBroker ( ) : string | null Get the broker to be used during verification process.
register ( Illuminate\Http\Request $request ) : Illuminate\Http\Response Handle a registration request for the application.

Méthodes protégées

Méthode Description
getEmailSubject ( ) : string Get the e-mail subject line to be used for the reset link email.
getGuard ( ) : string | null Get the guard to be used during verification.

Method Details

getBroker() public méthode

Get the broker to be used during verification process.
public getBroker ( ) : string | null
Résultat string | null

getEmailSubject() protected méthode

Get the e-mail subject line to be used for the reset link email.
protected getEmailSubject ( ) : string
Résultat string

getGuard() protected méthode

Get the guard to be used during verification.
protected getGuard ( ) : string | null
Résultat string | null

register() public méthode

Handle a registration request for the application.
public register ( Illuminate\Http\Request $request ) : Illuminate\Http\Response
$request Illuminate\Http\Request
Résultat Illuminate\Http\Response