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.
You can make use of laravel authentication - reset password feature for that. The document is self-explanatory.