Symfony\Component\ErrorHandler\Error\FatalError: Uncaught Illuminate\Contracts\Container\BindingResolutionException: Target [Illuminate\Contracts\Auth\Access\Gate] is not instantiable. in vendor/laravel/framework/src/Illuminate/Container/Container.php:1103 #1108
-
Hello, i have this error in log i try to clear cache but this error always show up again. Can u help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
What version of Winter are you using? Also, does the error happen if you disable all your plugins ? |
Beta Was this translation helpful? Give feedback.
-
That's odd. So you're saying this happens when you run |
Beta Was this translation helpful? Give feedback.
-
This is happening because you are using the Laravel Extra Intellisense plugin for VSCode. Set LaravelExtraIntellisense.disableAuth in your vscode settings to true. |
Beta Was this translation helpful? Give feedback.
This is happening because you are using the Laravel Extra Intellisense plugin for VSCode. Set LaravelExtraIntellisense.disableAuth in your vscode settings to true.
See amir9480/vscode-laravel-extra-intellisense#66 (comment)