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
Filament v5 Database Notifications: A Real-Time Drawer Backed by Reverb
The import finished twenty minutes ago and nobody told anyone. A toast cannot fix that — the notifications drawer can, once you understand the payload shape Filament actually queries for.
Livewire 4 Single-File Components: When to Put PHP and Blade in One File (and When Not To)
Livewire 4 makes view-based components the default, and make:livewire no longer writes to app/Livewire. Here is what actually changed and how to decide between one file and a component directory.
Renovate for Laravel: Automated Composer and npm Updates That Do Not Drown You in PRs
Renovate's default config opens a PR per package and buries the repository within a day. The value is entirely in packageRules — here is the Laravel configuration that turns forty PRs a week into one.