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 Custom Filament v5 Page that Hosts Livewire Widgets
Not every admin screen fits a resource List or Edit page. Here's how to scaffold a custom Filament v5 page, register your own Livewire widgets on it, and control the grid.
Stream a File Download from a Livewire 4 Action
A Livewire action can return a Laravel download response directly, so a button click can hand back a stored PDF or a CSV generated on the fly with no extra route.
Blue-Green Deployments for Laravel with an Nginx Upstream Switch
Symlink deploys share one PHP-FPM pool and one OPcache, so rollback is never instant. Here's how to run two complete Laravel environments and flip traffic with a single Nginx reload.