You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** ADD ALL LOCALIZED ROUTES INSIDE THIS GROUP **/
79
79
Route::get('/', function()
@@ -84,7 +84,7 @@ Laravel Localization uses the URL given for the request. In order to achieve thi
84
84
Route::get('test',function(){
85
85
return View::make('test');
86
86
});
87
-
}];
87
+
});
88
88
89
89
/** OTHER PAGES THAT SHOULD NOT BE LOCALIZED **/
90
90
@@ -465,7 +465,7 @@ Be sure to pass the locale and the attributes as parameters to the closure. You
465
465
466
466
### Config Files
467
467
468
-
In order to edit the default configuration for this package you may execute `php artisan vendor:publish` . After that, config/laravellocalization.php will be created. Inside this file you will find all the fields that can be edited in this package.
468
+
In order to edit the default configuration for this package you may execute `php artisan config:publish mcamara/laravel-localization` . After that, config/laravellocalization.php will be created. Inside this file you will find all the fields that can be edited in this package.
0 commit comments