Level 6
Unless you would like to write this function yourself laravel has a package which is free called breeze which is all included log in forgot password etc... https://laravel.com/docs/8.x/starter-kits#laravel-breeze
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
$status = Password::sendResetLink(['email' => $user->email]);
I'm trying to reset password using above code in Nova, but it returns Route password.reset not found.
There is a nova.password.reset route. What is the easiest way for me to reconcile this difference?
Thank you.
Please or to participate in this conversation.