PHP Trait Krucas\LaravelUserEmailVerification\RegistersUsers

Inheritance: use trait RedirectsUsers
Show file Open project: edvinaskrucas/laravel-user-email-verification

Public Methods

Method 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.

Protected Methods

Method 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 method

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

getEmailSubject() protected method

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

getGuard() protected method

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

register() public method

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