Category
Production Ready
Articles
-
Laravel
Vite Manifest Not Found: Four Different Causes
When Vite manifest not found appears right after a deploy, the answer you find is almost always "run npm run build". Measuring six cases in Docker shows that the build fixes one of the four causes, and that two of them never produce an err…
2026-08-02 GitHub -
Laravel
We Actually Ran the Laravel 12 to 13 Upgrade
There is no shortage of Laravel 13 upgrade guides. The problem is that most of the warnings in them were written without running the upgrade.
2026-07-23 GitHub -
Laravel
Laravel's 419 Page Expired Can Be Diagnosed
Search for how to fix 419 Page Expired and you get the same list every time. Check @csrf. Check the session driver. Run php artisan config:clear. Check APP_KEY.
2026-07-23 GitHub -
Laravel
Hardening the Inertia Starter Kits
We ran laravel/react-starter-kit and laravel/vue-starter-kit in Docker and published two forks rewritten to survive production. Tests went from 40 passed to 44 passed / 151 assertions in both.
2026-04-19 GitHub