PHP

2 posts

← All 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.
Mar 04, 2026 6 min
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.
Jan 01, 2026 3 min