SendsPasswordResetEmails
trait SendsPasswordResetEmails (View source)
Methods
Display the form to request a password reset link.
Get the response for a successful password reset link.
Get the response for a failed password reset link.
Get the broker to be used during password reset.
Details
Response
showLinkRequestForm()
Display the form to request a password reset link.
RedirectResponse|JsonResponse
sendResetLinkEmail(Request $request)
Send a reset link to the given user.
protected void
validateEmail(Request $request)
Validate the email for the given request.
protected array
credentials(Request $request)
Get the needed authentication credentials from the request.
protected RedirectResponse|JsonResponse
sendResetLinkResponse(Request $request, string $response)
Get the response for a successful password reset link.
protected RedirectResponse|JsonResponse
sendResetLinkFailedResponse(Request $request, string $response)
Get the response for a failed password reset link.
PasswordBroker
broker()
Get the broker to be used during password reset.
Laravel Cloud is the best place to deploy Laravel, Nuxt, Express, Hono, Node.js, Bun, Go, Flask, Python, and more, with dedicated infrastructure available on AWS through Laravel Private Cloud.