Change templade email sent to reset password in Laravel 5.3

0

I created the authentication module of my application with php artisan make:auth and the password reset method is created automatically by it, everything is working blz ... what happens is that I want to modify the view where the email is mounted to send the password reset link, I know where it is but I think modifying a vendor / file is not the best way, how could I do it?

    
asked by anonymous 23.09.2017 / 05:22

0 answers