jsonq icon indicating copy to clipboard operation
jsonq copied to clipboard

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

Open kematjaya0 opened this issue 5 years ago • 1 comments

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 ?

kematjaya0 avatar Jan 22 '19 03:01 kematjaya0

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

jasonsaayman avatar Feb 25 '19 14:02 jasonsaayman