How to add locale support from laravel-localization? #608
Replies: 2 comments
-
Duplicated of #425 |
Beta Was this translation helpful? Give feedback.
-
Hello, help me to set the default locale , but should not be displayed in the url here is my middleware setLocale public function handle(Request $request, Closure $next) when local == uk when local == pl when local == en in vue and the result should be Please help me to set up ziggy or laravel correctly when 'locale' must be null |
Beta Was this translation helpful? Give feedback.
-
I use this extension https://github.com/mcamara/laravel-localization, there are middlewares, but they are not displayed in the url
Beta Was this translation helpful? Give feedback.
All reactions