codezero-be / laravel-localized-routes

⭐️ A convenient way to set up and use localized routes in a Laravel app.
MIT License
491 stars 45 forks source link

Locale Switcher #94

Closed megavolkan closed 1 year ago

megavolkan commented 1 year ago

I used the given example locale switcher blade snippet in blade file. It gives Class "LocaleConfig" not found error on this line:

...
@foreach(LocaleConfig::getLocales() as $locale)
...

Edit: (Using Laravel v10.7.1)

ivanvermeyen commented 1 year ago

Forgot to register the facade with Composer. Should be fixed now. 👍

megavolkan commented 1 year ago

Great! Thanks for quick fix