todstoychev / Laravel5Starter

A Laravel 5 starter project. It contains user managment with roles and basic admin panel with application settings.
53 stars 26 forks source link

Undefined index: fallback_locale #30

Open ghost opened 8 years ago

ghost commented 8 years ago

ErrorException in Settings.php line 70: Undefined index: fallback_locale

todstoychev commented 8 years ago

I've tried dd(Settings::get('fallback_locale')); in one of the controllers and it seem to work normally. Please provide more details and steps to reproduce the problem. Describe in what conditions it happens.