Tagged: security
Pages with this tag
Security package update
13composer/npm audit fix loop — backup, isolated branch, rigorous artisan checks, merge or rollback.
Server sync capture
14Reverse-git — capture admin uploads, installer output, and server-side files back into develop before the next deploy wipes them. Peeled from MWF3.
Security & compliance
15How a CodeCanyon Laravel app stays safe — secrets management, defense-in-depth, SSL/HSTS/headers, and what SOC 2, GDPR, and HIPAA actually require.
Gotchas
16The CodeCanyon Laravel traps that bite — per-environment APP_KEY, APP_DEBUG off the box, the utf8mb4 schema, the vendor overlay that composer install reverts, secrets in server sync, and Cloudflare Full (Strict) SSL — each with the one-line fix.
Web server & git
17Root + public .htaccess for an Apache-hosted CodeCanyon Laravel app — routing, HTTPS, security headers, caching — plus a CodeCanyon-ready .gitignore.