Skip to content
KMD Agency Documentation

Initial Setup Checklist

After installing, visit Platform → Readiness as a Super Admin. This checklist reflects the platform’s actual live state — it is not a static onboarding wizard, and every item re-checks itself each time you load the page.

Required items

These two must pass — they aren’t really “checks” so much as confirmation the install itself succeeded:

  • Application installed — the installer completed successfully.
  • Active Super Admin account — at least one Super Admin exists and is enabled.

These show as a warning rather than a hard failure — the platform runs without them, but each represents something a real production deployment should have in place:

ItemWhy it mattersWhere to fix it
Debug modeDebug mode left on in production can leak stack traces and internal paths to visitors.Your server’s .env file (APP_DEBUG=false)
HTTPSLogin, OTP codes, and every form submission should travel encrypted.Your hosting provider’s SSL/TLS settings
Outgoing emailWithout it, OTP codes, notifications, and form confirmations can’t be delivered.Communications → Email Settings
Payment providerNeeded before Commerce can accept real orders.Platform → Payment Settings
Site brandingLogo, site name, and contact details customers actually see.Settings
SchedulerDrives license re-validation, update checks, and the outgoing mail queue.See Scheduler & Cron
License activatedRequired before update checks/installs will work.Platform → License

None of the “recommended” items block you from using the platform. Treat the checklist as a pre-launch review, not a gate.