I have a question, i am kind of new to Laravel framework "working on 5.2" I run
php artisan make:auth()
Now i am trying to custom the error message on the login form "these credentials do not match our records"
I tried to override the failLoginMessage() method in AuthController.php but it's not working .. One more thing the password field error message is not working at all even though i enter the right email but wrong password the validation runs on email field but not on password field
NEED HELP :(
via Haboosh