mcamara / laravel-localization

Easy localization for Laravel
MIT License
3.32k stars 507 forks source link

hideDefaultLocaleInURL isn't working fully? #859

Closed PivanDepolo closed 1 year ago

PivanDepolo commented 1 year ago

Describe the bug Hello! I have the option to hide the URL for the default locale enabled.

To Reproduce Steps to reproduce the behavior:

  1. Open website
  2. Change language
  3. Change to default language
  4. Check url.

Expected behavior URL should be hidden after switching back to the default locale

More info:

denkata commented 1 year ago

Hello, try to add the LaravelLocalizationRedirectFilter::class middleware to your routes.

PivanDepolo commented 1 year ago

LaravelLocalizationRedirectFilter::class

It works! You are genius. Thank you sir!