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
Installed everything, migrated, but when I try to set a Setting it gives me this error:
Class 'App\Http\Controllers\Admin\Setting' not found
I'm using Laravel 5.4.
The text was updated successfully, but these errors were encountered:
If you are using the facade Setting, make sure are using \Setting::whatever, to not use current namespace
Setting
\Setting::whatever
Sorry, something went wrong.
If Facade Alias added, then add the below before your class:
use Setting;
No branches or pull requests
Installed everything, migrated, but when I try to set a Setting it gives me this error:
Class 'App\Http\Controllers\Admin\Setting' not found
I'm using Laravel 5.4.
The text was updated successfully, but these errors were encountered: