We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
Register facade with Composer (codezero-be#94)
8bdb931
Forgot to register the facade with Composer. Should be fixed now. 👍
Sorry, something went wrong.
Great! Thanks for quick fix
No branches or pull requests
I used the given example locale switcher blade snippet in blade file. It gives
Class "LocaleConfig" not found
error on this line:
Edit:
(Using Laravel v10.7.1)
The text was updated successfully, but these errors were encountered: