My locally installed Laravel's debug messages show partly in French (shown in the image below). How can I turn it into English?
Can anyone help, please?
Thanks.
My locally installed Laravel's debug messages show partly in French (shown in the image below). How can I turn it into English?
Can anyone help, please?
Thanks.
Thanks to lukasgeiter for the right direction. I am using WAMP Server and MySQL was generating the errors in French. The solution was posted in this post in stackoverflow by RiggsFolly
I am repeating here the process for anyone else who get into the same trouble:
Go into my.ini file and look for the following:
# Change your locale here !
lc-messages=fr_FR
Replace it with English
lc-messages=en_GB