Infrastructure · Laravel · DevOps
The fixes
The fixes
nobody writes
about.
Server configs, obscure errors, and 2am debugging — documented so you don't suffer twice.
Latest Posts
View all →
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.
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.
MySQL
Fixing XAMPP MariaDB "MySQL Shutdown Unexpectedly" Caused by Orphaned InnoDB Tablespaces
XAMPP MariaDB refused to start after database folders were manually deleted. This guide walks through the 9-step recovery using InnoDB force recovery, Aria table repair, and proper orphaned database cleanup.
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.
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.
Browse by Topic
Need infrastructure help?
Server setup, Laravel, debugging