Found the solution! Had to apply the changes on AuthController in order to over-ride.
Oct 5, 2015
2
Level 21
Change to AuthenticatesUsers.php
Hey folks,
I did some modification on AuthenticatesUsers.php in order to add third argument as credential and it works perfectly on local development machine. Just wondering how can I make sure that followed by any updates the code will not reset to the original and how can I upload it to my server? When I git push, the file is ignored as a part of vendor directories which are ignored in .gitignore.
Level 21
Please or to participate in this conversation.