adzchappers.dev

Notes on Laravel, APIs and the bits in between.

Recent blog posts

Why one new artisan command broke my CI pipeline

Why one new artisan command broke my CI pipeline

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

Laravel testing and config hierarchy

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

Laravel package development locally

6 min read

Develop Laravel packages locally by symlinking a sub-folder directory, enabling real-time development and integrated package testing.

Read article