PHP
2 posts
Laravel
Fixing "Allowed Memory Size Exhausted" in Laravel Using .user.ini
Image uploads crash Laravel with a 64MB memory limit. The fix isn't .htaccess (PHP-FPM ignores it) — it's .user.ini in your public directory.
Laravel
Quick guide on how to set a simple Design System Test in laravel 13
This post demonstrates every design system component available in the blog, including callouts, step cards, diff cards, and syntax-highlighted code blocks.