sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
503 stars 259 forks source link

Language translations show errors after updated laravel #47

Open DionisioFG opened 9 years ago

DionisioFG commented 9 years ago

Hi.

Today I updated laravel to 5.0.16, and I noticed that the login view dont show language translations correctly, therefore I cannot login because don't recognise the rule.

Thanks

sleeping-owl commented 9 years ago

I can't reproduce this bug. Can you provide more information about it?

emmerink commented 9 years ago

Hmm... I also have this issue, I am also missing styling (the css is not available).

emmerink commented 9 years ago

Ok, looks like this was due to having these files in the public directory (where I do use public_html) and using a language that was not supported, so I setted english as a fallback language.

sleeping-owl commented 9 years ago

Fixed it