Laravel 11 Inertia Js Forgot Password
Hi guys, may I ask for your suggestions on how I can use the controller of the built-in Laravel Breeze forgot password/reset password feature for another user type?
I have created another user type called "establishment," and I just finished the authentication for this. I want to implement the forgot password and reset password features that the user type has (built in with Breeze). Is there a way I can use the user controller to also reset the password for the establishment account?
0 Replies