ResetPasswordController
extends Controller
in package
Uses
ResetsPasswords
Table of Contents
- $redirectTo : string
- Where to redirect users after resetting their password.
- __construct() : void
- Create a new controller instance.
- showResetForm() : mixed
Properties
$redirectTo
Where to redirect users after resetting their password.
protected
string
$redirectTo
= '/'
Methods
__construct()
Create a new controller instance.
public
__construct() : void
Return values
void —showResetForm()
public
showResetForm(Request $request[, mixed $token = null ]) : mixed
Parameters
- $request : Request
- $token : mixed = null