hello there,

i am daniel weaver - a developer

Quick Tip: Re-running Pest tests after file changes automatically

April 21st, 2026 — This is how you can rerun your tests hands free

I was just going through a ton of failed tests after a major refactor and I was spending a lot of time running the test, then fixing then running it again. Sure things like test runner plugins in

Quick Tip: PHP FPM requires a restart after nearly every change without this setting

February 3rd, 2026 — Ever set up a new staging or remote dev server for PHP only to find yourself needing to restart PHP FPM after nearly every change just to get them to take? I can show you two ways to solve this.

Let's cut to the chase: if you're tired

Lessons from WP to Statamic imports

August 18th, 2025 — Imports and migrations are one of the hardest things to get right in programming. Thankfully Statamic/Laravel make it easy-er. I'll walk you through the basics.

Livewire: This page has expired - but what if I don't want it to

August 14th, 2025 — The page expired error is a very common error someone can encounter when dealing with Laravel, and very few know how to actually resolve it safely. Here's how.

Remote Assets Local Metadata in Statamic

July 17th, 2025 — Statamic has the fantastic option of storing assets in a remote S3-like bucket right out of the box, but this comes with a pretty large caveat: performance. Let's fix that.