Why one new artisan command broke my CI pipeline 28 Jul 2026 · 5 min read
How adding a single new laravel artisan command took down my CI pipeline during composer install, before a single test even ran. Here is why, and how to stop it happening again.
Read article Laravel testing and config hierarchy 12 Mar 2026 · 3 min read
A short look into why switching from <server> to <env> in PHPUnit can unexpectedly break your automated test suite.
Read article Laravel package development locally 19 Jan 2024 · 6 min read
Develop Laravel packages locally by symlinking a sub-folder directory, enabling real-time development and integrated package testing.
Read article What a programmer really means... 8 Jul 2022 · 3 min read
What we say, and what we mean isn't always the same
Read article Developer Standards and Coding Ethos 1 Jun 2021 · 10 min read
Developer standards - a collection of rules, guidelines, and best practices, designed to unify development teams or projects.
Read article