Skip to content
prod e051e98
Browse

Phase 6 · SuperAdmin setup

Everything you can configure from inside the admin panel as the superadmin: branding, theme, email, payments, subscription plans, legal pages, and analytics. This phase is universal — it works for any CodeCanyon app because it’s driven by a check-first pattern (inspect what the panel exposes, configure what’s there, defer the rest), not a fixed menu.

Phase 6 — map the panel, then configure in-panel

Phase 6 — map the panel, then configure in-panel 1. Map & survey (read-only) → 2. Lock & brand (creds + assets) → 3. Email + payments (MUST) → 4. Legal + consent (MUST) → 5. Analytics + growth (live) Map & survey read-only Lock & brand creds + assets Email + payments MUST Legal + consent MUST Analytics + growth live
MUST work first (security, money, email, legal); SHOULD/LATER polish after. Out-of-panel work (external accounts, performance) is Phase 8; hardening is Phase 7.

The first two pages are read-only homework; pages 3–6 are the MUST core (security → email → money → legal); pages 7–8 close out with the SHOULD/LATER polish (theme + system pages, then analytics and the growth features).

  1. Concepts & admin model — vocabulary, check-first pattern, Playwright + Livewire traps
  2. Survey & brand profile — capabilities survey, vendor-docs digest, brand profile
  3. Credentials & branding — rotate creds, brand assets, PHP binary, demo content
  4. Email (SMTP) — transactional email + the APP_ENV banner trap
  5. Payments & plans — Stripe strategy, webhooks, keys, subscription plans
  6. Legal & consent — Privacy, Terms, cookie/GDPR banner
  7. Theme & system pages — colours, error pages, maintenance mode
  8. Engagement & SEO — GA4, chat, social login, blog, sitemap

A configured, branded app still needs hardening before real users arrive. Continue to Phase 7 · Security & monitoring, then handle the out-of-panel work in Phase 8 · Configure app. This phase built on the live staging app from Phase 5 · Deploy to staging.