Laravel devs, modelKeys() is now available on the Eloquent query builder in Laravel 13.24. ๐Ÿ‘€

Instead of hardcoding pluck('id'), you can now call modelKeys().

A small quality-of-life improvement that automatically respects custom primary key names.
image

14

I'm speaking at Longhorn PHP this October! ๐ŸŽ‰ "How Tetris Made Me a Better Programmer" โ€” Tetris has a real, published 60-page spec (the Tetris Guideline): an eight-phase state machine, 7-bag randomizer, SRS wall kicks, T-spin detection. I built the whole thing in PHP from the spec โ€” it's where fat-enums was born โ€” and it taught me more about state machines and specifications than most jobs have. Austin, Oct 15โ€“16. Blind Bird pricing through Aug 8: longhornphp.com/schedule

30