Answer the question
In order to leave comments, you need to log in
How to properly configure mcamara/laravel-localization (Laravel5.1)?
added to app.php :
'locale' => array('ru', 'en'),
в Application Service Providers:
Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider::class,
в самый конец в aliases:
'LaravelLocalization' => Mcamara\LaravelLocalization\Facades\LaravelLocalization::class,
Route::group(
[
'prefix' => LaravelLocalization::setLocale(),
],
function () {
Route::get('/', '[email protected]');
}
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question