-
Notifications
You must be signed in to change notification settings - Fork 72
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
Support current laravel-ide-helper #204
Comments
Feel free to finish the pr i sketched out #187 (comment) I don't personally have the need for this, so it hasn't been a priority of mine. |
Hi, @tminich There seems to be a package that supports the latest laravel-ide-helper by fork. It seems to be listed in the plugins page of psalm. https://psalm.dev/plugins |
Thanks, I'll take a look |
Thank you, @yaegassy! |
Support for newer IDE helper versions has just been merged to master. Please help test! I will cut a new release next week, giving ample time for testing with newer IDE helper versions. |
Is your feature request related to a problem? Please describe.
We've just updated our cuurent project to Laravel 8 and PHP 8, two of the main reasons were to be able to use Psalm efficiently and update laravel-ide-helper to support hooks (a feature introduced in 2.9.2) which will be important to remove certain workarounds in our internal tooling. This plugin would lock us to a version that does not suppport this.
Describe the solution you'd like
Support the current version, as of this writing 2.10.0
Describe alternatives you've considered
There's not really an alternative as it's either use psalm fully or laravel-ide-helper hooks :)
The text was updated successfully, but these errors were encountered: