Skip to content
prod e051e98
Browse

Laravel/CodeCanyon — Templates

Copy-and-fill starters for shipping a CodeCanyon Laravel app — the four files every deploy needs, each reproduced in full with placeholders you swap for your own values. Grab one, paste it into your project, fill the [BRACKETS] and your- markers, done.

These are reference pages, not a walkthrough: no steps to follow, just the file plus a short “what to fill in” list. They pair with the setup-new playbook — the playbook tells you when each file lands; these pages give you the content.

FileLands atWhat it does
deploy.phpproject rootZero-downtime Deployer config — preflight, smoke test, health check, rollback
.env (×3)each server rootOne environment file per stage: local, staging, production
.htaccess (×2)root + /publicApache routing, HTTPS, security headers, caching
.gitignoreproject rootKeeps secrets and installed dependencies out of git history