Laravel

4 posts

← All posts
Laravel
Fixing ModSecurity 911100 Blocking PUT, PATCH & DELETE in Laravel on Webuzo
ModSecurity OWASP CRS blocks PUT/PATCH/DELETE by default. Here's how to fix it on Webuzo without weakening your firewall — and how to make the fix survive UI changes.
Mar 04, 2026 10 min
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
Complete Development Server Setup Guide
Full guide to building a centralized dev server: Hyper-V VM, Ubuntu, Nginx, Laravel multi-tenancy with nip.io, Tailscale VPN for remote SSH, Cloudflare Tunnel for public access, and HTTP Basic Auth security.
Jan 15, 2026 35 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