We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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)