translations

This commit is contained in:
Chris
2018-02-07 13:37:40 +00:00
parent a8a7e56da7
commit 0f3087ab7d
21 changed files with 531 additions and 94 deletions

View File

@@ -46,6 +46,9 @@ class AppServiceProvider extends ServiceProvider
} else {
Artisan::call('migrate', array('--path' => 'database/migrations', '--force' => true, '--seed' => true));
}
$lang = Setting::fetch('language');
\App::setLocale($lang);
}
view()->share('alt_bg', $alt_bg);