Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Trying to reset Passwords in Lumen

Tags:

laravel

lumen

I am trying to implement password reset feature in Lumen but could not succeed.

Lumen has access to things like Laravel's PasswordBroker and PasswordManager but I am not able to use this and succeed. Is there any solution for this.

like image 683
Vijayanand Premnath Avatar asked Dec 18 '22 16:12

Vijayanand Premnath


1 Answers

I literally just figured this out last night and wrote a blog about it:

http://www.imjohnbon.com/password-resets-in-lumen/

Hopefully it can at least get you on the right track.

like image 91
John Avatar answered Dec 29 '22 17:12

John