You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working on my project with laravel 11 and I saw that inteliphense gave me a phantom error, the project works correctly but the LSP gives me this error due to the extra syntax that laravel provides as this post explains.
Would there be a way to prevent me from skipping these errors?.
Am I using coc-phpls, coc-blade and coc-laravel.
The text was updated successfully, but these errors were encountered:
this is the error that gives:[inteliprese P1013] Error Undefined method 'providerIsLoaded'
according to the post you review, mention this:
The error is coming from the Intelephense plugin, not from the actual PHP code. You can try to install the Laravel IDE Helper package and generate stubs for the framework's facades. https://github.com/barryvdh/laravel-ide-helper
I was working on my project with laravel 11 and I saw that inteliphense gave me a phantom error, the project works correctly but the LSP gives me this error due to the extra syntax that laravel provides as this post explains.
Would there be a way to prevent me from skipping these errors?.
Am I using coc-phpls, coc-blade and coc-laravel.
The text was updated successfully, but these errors were encountered: