Closed wallheater closed 1 year ago
Yes I have that issue too with Laravel 5.4 and PHP 7.4.28 by ondrej PPA repo on Kubuntu 20.04
@saidbakr @wallheater Laravel extra intellisense running background php codes to get information from your application and use them to provide auto-complete. I don't have any plans to add support for older versions of Laravel but PRs are welcome.
@saidbakr @wallheater Laravel extra intellisense running background php codes to get information from your application and use them to provide auto-complete. I don't have any plans to add support for older versions of Laravel but PRs are welcome.
One solution will be to add an extra configuration option LaravelExtraIntellisense.disableAuth
just like for blade :
https://github.com/amir9480/vscode-laravel-extra-intellisense/blob/13d5eccf9e8cc5eedfef500a480046d68f400fa2/src/BladeProvider.ts#L18-L20
This can be usefull for project running Laravel in background but doesn't use Laravel's authentication methods (Illuminate\Contracts\Auth\Access\Gate
).
I have been getting the errors below spamming my laravel.log, once per minute, in a Docker local dev setup with PHP 5.6 and Laravel 5.4. Today I tried searching for tips again, and found this Stack Overflow answer saying this extension is the cause. So I disabled the extension and presto, the errors stopped! Seems like an issue?
Thanks for your work on this extension!