There is absolutely no reason to not write tests with the help of AI.
I modified this Ralph testing script originally posted by @mattpocockuk to work with @pestphp and it actually created MEANINGFUL feature tests for me.
https://t.co/qSzoyPt594
If AI generates any code in your Laravel app that does not fit your conventions, update your guidelines file immediately so it never happens again.
Example. Let's say you unguard your Eloquent models app-wide, but notice that AI sets `$guarded = []` on a model...
I built a thing last week: it’s a Scroll-Driven View Transition.
Yep, you read that right: the View Transition is controlled by you scrolling! There’s a lot to tell about this one, so let’s take a look …