class ResetPasswordController extends Controller

Traits

ResetsPasswords
AuthorizesRequests
DispatchesJobs
ValidatesRequests

Methods

Response
showResetForm(Request $request, string|null $token = null)

Display the password reset view for the given token.

void
__construct()

Create a new controller instance.

Details

at line 34
Response showResetForm(Request $request, string|null $token = null)

Display the password reset view for the given token.

If no token is present, display the link request form.

Parameters

Request $request
string|null $token

Return Value

Response

at line 46
void __construct()

Create a new controller instance.

Return Value

void