Jun 18, 2026 / Laravel / 3 min read What if every Filament write went through an aggregate? A Filament plugin that routes every create, edit, and delete through your domain aggregates, without giving up the admin panel you already love.
May 13, 2026 / Laravel / 4 min read Deploying Laravel to Netsons with GitHub Actions I built a Laravel package to deploy to Netsons shared hosting via GitHub Actions, supporting both FTP and git clone strategies.
Apr 22, 2026 / Laravel / 4 min read Event sourcing with a little help from AI A Claude Code skill that designs and generates event-sourced Laravel domains, one conversation at a time.
Dec 20, 2024 / Laravel / 5 min read Create a domain using Spatie event sourcing A Laravel command that generates a domain using Spatie event sourcing.