We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is one of pain points when using Rector with Laravel. It works well on PHP code, but fails on Blade.
Often Blade uses simle structures like PHP functions calls, that ought to be refactored.
Ref: https://x.com/_damms005/status/1802693660405866911
The text was updated successfully, but these errors were encountered:
Is there a way to help out with this? I'm currently running into this missing feature of Rector
Sorry, something went wrong.
I made a WIP few weeks ago, but it needs more work ↓
Here it is :) rectorphp/rector-src#6136
TomasVotruba
No branches or pull requests
This is one of pain points when using Rector with Laravel. It works well on PHP code, but fails on Blade.
Often Blade uses simle structures like PHP functions calls, that ought to be refactored.
Ref: https://x.com/_damms005/status/1802693660405866911
Brainstorm ideas:
The text was updated successfully, but these errors were encountered: