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 phases at a glance
Section titled “The phases at a glance”The twelve phases group into five stages — set up the agent, build, ship, harden, launch:
CodeCanyon Laravel — phase pipeline
Then walk them in order — your progress is saved on this device:
- The constitution (
AGENTS.md), Claude config + permission modes + safety hooks, universal rules, and Cursor/Gemini/Codex wiring. Ships with a copy-paste kit. - Create the private repo, extract the vendor ZIP, start
_CUSTOMIZATIONS.md. - Install dependencies + Laravel Boost, configure
.env, scan the vendor source for gotchas. - Configure the deployer (zero-downtime releases, shared paths).
- First remote deploy; migrate; smoke-test on the staging domain.
- Stand up the platform-owner control surface (Livewire/Blade).
- Auth/RLS/permissions hardening (strict mode), then Sentry/PostHog.
- Content, translations, branding, demo-content replacement.
- UI tuning and marketing surfaces.
- Review-focused pass (strict mode) — no unintended mutations.
- Final launch checklist before customers arrive.
- Production deploy with a human gate on every write; domain, SSL, queues, cron.
The phases in detail
Section titled “The phases in detail”Phase 1 is authored in full below; the remaining phases are stubbed and expand as their source material lands.
- Phase 1 · Set up the AI System — fully authored (6 steps + kit).
- Phases 2–11 and Phase P — see the sidebar for each phase’s stub.