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

Laravel Helper #15

Open
Cris-lml007 opened this issue Mar 25, 2024 · 2 comments
Open

Laravel Helper #15

Cris-lml007 opened this issue Mar 25, 2024 · 2 comments

Comments

@Cris-lml007
Copy link

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.

@technestme
Copy link

technestme commented Mar 30, 2024

Can you give me more details?

@Cris-lml007
Copy link
Author

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

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