Skip to content
New issue

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

Class 'App\Http\Controllers\Admin\Setting' not found #11

Open
andresilva-cc opened this issue Jan 23, 2018 · 2 comments
Open

Class 'App\Http\Controllers\Admin\Setting' not found #11

andresilva-cc opened this issue Jan 23, 2018 · 2 comments

Comments

@andresilva-cc
Copy link

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.

@ramonvic
Copy link

If you are using the facade Setting, make sure are using \Setting::whatever, to not use current namespace

@NicksonYap
Copy link

If Facade Alias added, then add the below before your class:

use Setting;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants