
Luke Kuzmish
@cosmastech
Followers
110
Following
1K
Media
20
Statuses
328
Joined November 2023
Thanks for the shout out and sharing the benefit of this new feature!.
New in this week's Laravel 12.8: when bulk-inserting records and using `insert()` to speed it up, there was a problem to set individual values along the way like UUIDs. Now it's possible, with `fillAndInsert()`. Read the full PR by @cosmastech:
0
0
1
RT @jordankdalton: 🚀 Coming soon to Laravel 12.x: The fillAndInsert() family of methods! Soon you'll be able to bulk insert records with al….
0
8
0
This post prompted me to take a stab at a PR for skipping migrations in test cases. I know @enunomaduro had asked here how other people test migrations.
Hot debate: Should Laravel migrations have a down method? 🤔. 🟢 Pro: It's great for devs who need to rollback and migrate locally, offering a safety net for testing. 🔴 Con: There's a risk of accidentally rolling back a production database, which could be disastrous. I'm in.
1
2
4