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
There are new goodies released at Laravel almost every week. Some of the changes can be automated by Rector, like using new helpers, or the new QueryBuilder methods. I'm currently working on automating some of them.
My list of wishes so far:
Refactoring to whereAny(), whereAll() in [10.x], whereNone() in [11.x] (Docs)
[11.x] assertSeeHtml, assertDontSeeHtml and assertSeeHtmlInOrder testing methods (PR)
[11.x] Moving from newCollection() to $collection property in models (PR)
[11.x] Add whereLike() clause to query builder (PR)
Most of them are technically challenging to pull off, but could be valuable additions to the rule sets. If you are working on them, please comment below 😄
I'm opening this Discussion so you can share your ideas as well, for new rules, new sets, or things you want to automate.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There are new goodies released at Laravel almost every week. Some of the changes can be automated by Rector, like using new helpers, or the new QueryBuilder methods. I'm currently working on automating some of them.
My list of wishes so far:
whereAny()
,whereAll()
in [10.x],whereNone()
in [11.x] (Docs)assertSeeHtml
,assertDontSeeHtml
andassertSeeHtmlInOrder
testing methods (PR)withoutHeaders()
method (PR)newCollection()
to$collection
property in models (PR)whereLike()
clause to query builder (PR)Most of them are technically challenging to pull off, but could be valuable additions to the rule sets. If you are working on them, please comment below 😄
I'm opening this Discussion so you can share your ideas as well, for new rules, new sets, or things you want to automate.
Beta Was this translation helpful? Give feedback.
All reactions