Take the frozen vendor snapshot from Code & repository setup and turn it into a running app on your machine — dependencies installed, assets built, database migrated, installer run, login working. Before Phase 4, this phase also verifies the hosting account’s shared Admin-Server toolkit so deploy work does not start against an unprepared server.
Phase 3 — cloned repo → running local app
Key concepts
Section titled “Key concepts”- Build-locally strategy — frontend assets are built on your machine and committed, so the production server never needs Node.js.
- CodeCanyon installer — the vendor’s web wizard runs migrations, sets up the admin user, and seeds data; it writes a
storage/installedmarker when done. _zajsuffix — every custom migration you add later uses a_zajsuffix so it’s instantly distinguishable from vendor migrations during upgrades.
This phase, page by page
Section titled “This phase, page by page” Two ways to run this:
Whole Phase → click the button; one Part → open the Part document and click Run this Part.
Skill users can run /zaj-laravel-codecanyon phase 3 instead.
A booting, version-controlled local app is the prerequisite for Phase 4 · Deploy pipeline, where you wire the build-and-ship automation that pushes this to a server.
These eight pages are the navigable pipeline for Phase 3 — the full step-by-step detail, with every verification one-liner, is distilled into them.