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
It may not be related at all, but I think the server conflict with newer versions of Laravel.
I have spatie/laravel-data and rector/rector in the project.
Both use amphp/amp:v3.0 meanwhile laravel-dev-tools has the v1 in the dependencies through phpactor/language-server
Hi,
In lsp mode inside nvim I get this error message:
but when I run "laravel-dev-tools views . > views-my-my.json" in the project root dir the component is listed in the .json file:
"common.components.pagination.index": "/home/michael/Code/staremesto/resources/views/common/components/pagination/index.blade.php",
How can I make the lsp detect the component too instead of giving me an error?
The text was updated successfully, but these errors were encountered: