PHP Class App\Http\Controllers\Back\Auth\ForgotPasswordController

Inheritance: extends app\http\controllers\Controller, use trait Illuminate\Foundation\Auth\SendsPasswordResetEmails
Show file Open project: spatie-custom/blender

Public Methods

Method Description
__construct ( ) Create a new controller instance.
broker ( ) : Illuminate\Contracts\Auth\PasswordBroker Get the broker to be used during password reset.
showLinkRequestForm ( ) : Illuminate\Http\Response Display the form to request a password reset link.

Protected Methods

Method Description
guard ( )

Method Details

__construct() public method

Create a new controller instance.
public __construct ( )

broker() public method

Get the broker to be used during password reset.
public broker ( ) : Illuminate\Contracts\Auth\PasswordBroker
return Illuminate\Contracts\Auth\PasswordBroker

guard() protected method

protected guard ( )

showLinkRequestForm() public method

Display the form to request a password reset link.
public showLinkRequestForm ( ) : Illuminate\Http\Response
return Illuminate\Http\Response