Engineering,
taught
&
leadership,
practised.
I'm Steven — CTO at Digitonic, a PHP engineer since 2010 and a keen golfer with a terrible handicap. This is where I write it all down.
Latest from the journal
Build a Stats Overview Widget with Trend Sparklines in Filament v4
The Filament docs show a stat card with a hardcoded value and a fake sparkline. Here's the same widget wired to real period-over-period queries, delta-driven colours, and live polling.
Fix Child Components That Won't Update with Livewire 4 #[Reactive] Props
Livewire props aren't reactive by default, so a parent can change a value and the child never notices. Here's the one-attribute fix, and when events are the better call.
Stop Looping: array_find, array_any and array_all in PHP 8.4
PHP 8.4 adds array_find, array_find_key, array_any and array_all — the readable way to search arrays and retire foreach-with-flag loops.