Replies: 1 comment 5 replies
-
|
This is a common request, I'm not a Laravel developer so I've never had to deal with the issues personally. From what I can gather the main issue is that although you can generate stubs with the Helper, the stubs replace the real definitions and do not augment them? So for example I can add stubs: {
"$schema": "/home/daniel/www/phpactor/phpactor/phpactor.schema.json",
"language_server_phpstan.enabled": true,
"indexer.stub_paths": [
"/home/daniel/www/phpactor/phpactor/vendor/jetbrains/phpstorm-stubs",
"/home/daniel/www/firefly/firefly-iii/stubs"
]
}but as I understand it this means that the original definitions are ignored and the incomplete stubs are used instead. maybe @FatBoyXPC or @haringsrob can comment on the state of Phpactor vs. Laravel and suggest what might be the next most beneficial step? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I use Helix Editor . And I develop websites with laravel. I see that phpactor has some features that Intelephense don't. helix can run phpactor as lsp. but there is many false positives when start phpactor in laravel project.
So any guide on how to config phpactor to work with laravel correctly ?
for your information the project contain Laravel Ide Helper as dependancy.
Beta Was this translation helpful? Give feedback.
All reactions