Sunday, March 5, 2017

Does php artisan make::auth override existing files if they are present

I was wondering if php artisan make::auth will override login and registration routes and their corresponding views. I have been following a course based on 5.2 and we implemented login, registration, and password reset from scratch. However, I began the course in 5.4 and ran into a problem where the password reset email link takes me back to the view that sends the email, and not the the view that accepts the new password. I have been tinkering with this for awhile and decided it might be best to just run the built in make::auth scaffolding. I was hoping to get some insight as to how running make::auth would affect my project. Thanks.



via halfacreyum

Advertisement