Level 50
It's in the language files..
https://github.com/laravel/laravel/blob/master/resources/lang/en/auth.php#L16
Also take a look at https://laravel.com/docs/5.3/localization
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi ,,
Where I can modify the default session messages for Auth .. such as when failed login by wrong password.. one example is this message :
These credentials do not match our records.
I could not find where to change.. I found one in AuthenticatesUsers.php but when i changed nothing happen.. may be it read it from somewhere else..
please help
It's in the language files..
https://github.com/laravel/laravel/blob/master/resources/lang/en/auth.php#L16
Also take a look at https://laravel.com/docs/5.3/localization
Please or to participate in this conversation.