Buyer Handoff

Deployment Guide

Buyer-ready deployment, installation, queue, storage, and post-launch checklist for OmniCore CRM.

v1.3.0 API Docs Installer

Go-Live Checklist

  • Run the web installer or php artisan migrate:fresh --seed on the target environment.
  • Configure APP_URL, database credentials, queue driver, and storage symlink before launch.
  • Save notification and payment gateway credentials from Admin Settings, then run sandbox checks.
  • Verify admin login, browser modules, API auth, invoice payment page, and notification delivery logs.

Queue & Storage

  • php artisan storage:link
  • php artisan queue:work --queue=notifications
  • php artisan optimize:clear after changing environment or settings values that affect runtime.

Distribution Notes

  • Use the SEO settings page to define metadata and public aliases for landing, installer, docs, deployment, and login pages.
  • Use the locale selector to preview the buyer-facing and admin shell in supported languages.
  • Hand off the live OpenAPI spec to mobile or integration teams from the docs screen.