Matthew Poulter
banner
matthewpoulter.co.za
Matthew Poulter
@matthewpoulter.co.za
⚙️ Engineering Manager at VCSW
🛠️ Laravel (VILT/RILT, Filament)
🌍 South African living in the Netherlands
🎺 Trombonist (why is there no trombone emoji?)
🏃 parkrun enthusiast

https://pinkary.com/@mdpoulter
Always
April 23, 2025 at 4:06 PM
Same! Current phase is Phil Collins for me... 😄
March 29, 2025 at 4:29 PM
Right feels more intuitive to me
December 18, 2024 at 9:52 AM
That's neat! I could also see it being useful with the Laravel HTTP Client
December 4, 2024 at 6:09 AM
Yes, all the time in local development. We've got different seeders for building up different scenarios (essentially one per domain)
December 4, 2024 at 5:06 AM
Very nice! Any chance MariaDB is on the roadmap?
December 3, 2024 at 9:43 PM
🙋‍♂️
December 3, 2024 at 9:41 PM
This happens way too often to me, despite my best intentions to do it earlier 😅
December 3, 2024 at 8:58 PM
📌
December 3, 2024 at 8:21 AM
And if it's a big dataset, we'll throw a `lazyById()` before the `each`.
December 3, 2024 at 8:20 AM
We use higher-order proxies quite often for this:

```
Model::query()
->where('field', 'value')
->each
->update(['field' => 'newvalue']);
```
December 3, 2024 at 8:18 AM
I disabled all notifications on my phone a few years ago and found my productivity and attention span almost immediately increased. Can highly recommend it!
December 3, 2024 at 7:33 AM
📌
December 2, 2024 at 9:43 PM
Yep, same!
December 2, 2024 at 2:23 PM
I had the same thought, and it worked a lot better than I expected!
December 2, 2024 at 7:19 AM
That's tidy! 💅
December 1, 2024 at 9:48 PM
This one seems to surface a decent amount: bsky.app/profile/did:...
November 30, 2024 at 9:29 PM