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

Attempted to load class "Facade" from namespace "Illuminate\Support\Facades" #38

Open
kematjaya0 opened this issue Jan 22, 2019 · 1 comment

Comments

@kematjaya0
Copy link

i use this plugins in my symfony 4 project, but i get this error on my page

"Attempted to load class "Facade" from namespace "Illuminate\Support\Facades".
Did you forget a "use" statement for another namespace?" in \vendor/nahid/jsonq/src/Facades/Jsonq.php (line 7)

any idea ?

@jasonsaayman
Copy link

Hi @kematjaya0

You would not be able to use the facade provided in a Symfony project since the facade class that is being extended is for a Laravel project.

Thanks

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

2 participants