A custom Laravel Herd / Valet driver for local WordPress multisite (subdirectory) installs.
On top of routing multisite requests correctly, it adds a few local-dev quality-of-life features:
- Production media backfill — any missing
/wp-content/uploads/file is transparently redirected to a production origin, so migrated/synced databases render images without copying the whole uploads folder locally. - Directory trailing-slash redirects — requests like
/wp-admin(no slash) redirect to/wp-admin/instead of 404ing. - Herd "Information" tab — a populated overview (WordPress version, multisite/environment, debug flags, DB, PHP, and media-backfill status).
- Log viewer paths — points Herd's log viewer at the usual WordPress log locations.