Laravel/CodeCanyon — Guides
The theory behind the workflows
Guides teach one topic top-to-bottom — read once to build the mental model, then execute from the playbooks. These are synthesized from the deployment, security, database, version-control, architecture, and planning theory, and each links back to the playbook phase where you actually do the work.
Version control & git workflow Branching against a vendor baseline, the daily ship loop, capture, and recovery scenarios.
Deployment concepts Zero-downtime Deployer releases, symlinks and shared paths, and the CI/CD model behind the deploy pipeline.
Database & migrations How Laravel migrations run, additive-only discipline, and schema diffing — the why behind the schema-management rules.
Security & compliance Secret/password management, SSL + DNS security, and the compliance posture for a multi-tenant SaaS.
Dev environment & tooling The local environment, version management, CLI updates, and the editor/agent tooling the playbook leans on.
Architecture & systems How the pieces fit — the higher-level architecture, cross-linking the ZajModules and three-tier admin concepts.
Monitoring & analytics Error monitoring/logging (Sentry) and web analytics — the concepts behind the setup phases.
SaaS planning & launch SaaS planning, release documentation, and the launch checklist — read-once context for the later phases.
Post-launch growth Marketing, growth, localization, and enterprise guides after the app is live.