Skip to content

Final Laravel CodeCanyon

This playbook takes a CodeCanyon Laravel app from the vendor ZIP all the way to a working production deployment — AI-assisted end to end. It begins by standing up an AI System (Phase 1) so every later phase runs with a constitution, safety hooks, and the universal rule set in place. Follow the phases in order — your progress is saved on this device.

The twelve phases group into five stages — set up the agent, build, ship, harden, launch:

CodeCanyon Laravel — phase pipeline

CodeCanyon Laravel — phase pipeline 1. Foundation (Phase 1 · AI System) → 2. Build (Phases 2–3 · repo + local) → 3. Ship (Phases 4–5 · pipeline + staging) → 4. Harden & configure (Phases 6–9) → 5. Launch (Phases 10–11 · P) Foundation Phase 1 · AI System Build Phases 2–3 · repo + local Ship Phases 4–5 · pipeline + staging Harden & configure Phases 6–9 Launch Phases 10–11 · P
Each stage gates the next. Phase 1 (the AI System) is the foundation every later phase runs on; Phase P (production) is the only stage with a human gate on every write.

Then walk them in order — your progress is saved on this device:

0 / 12 done
  1. The constitution (AGENTS.md), Claude config + permission modes + safety hooks, universal rules, and Cursor/Gemini/Codex wiring. Ships with a copy-paste kit.
  2. Create the private repo, extract the vendor ZIP, start _CUSTOMIZATIONS.md.
  3. Install dependencies + Laravel Boost, configure .env, scan the vendor source for gotchas.
  4. Configure the deployer (zero-downtime releases, shared paths).
  5. First remote deploy; migrate; smoke-test on the staging domain.
  6. Stand up the platform-owner control surface (Livewire/Blade).
  7. Auth/RLS/permissions hardening (strict mode), then Sentry/PostHog.
  8. Content, translations, branding, demo-content replacement.
  9. UI tuning and marketing surfaces.
  10. Review-focused pass (strict mode) — no unintended mutations.
  11. Final launch checklist before customers arrive.
  12. Production deploy with a human gate on every write; domain, SSL, queues, cron.

Phase 1 is authored in full below; the remaining phases are stubbed and expand as their source material lands.