Laravel 5.1 How to build forgot password functionality

J.Alan picture J.Alan · Jan 30, 2017 · Viewed 14.4k times · Source

I am using laravel 5.1 and I do not know how I should built in the functionality that a user can reset his / her password.

Typing the mail address and getting a route to reset and submit a new password.

I could not find a good tutorial for this purpose so I ask here.

Answer

Gayan picture Gayan · Jan 30, 2017

You can make use of laravel authentication - reset password feature for that. The document is self-explanatory.