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
Sample Post: Design System Test
This sample post demonstrates every design system component available in the blog, including callouts, step cards, diff cards, and syntax-highlighted code blocks.