1. Provision the application
Place the superadmin application on its own server path.
Create the production database and database user.
Copy `.env.example` to `.env` and set the app URL, DB, mail, cache, and queue values.
Install Guide
This guide assumes the superadmin lives on its own host or subdomain and manages many separate client Laravel installations over signed APIs.
Requirements
Place the superadmin application on its own server path.
Create the production database and database user.
Copy `.env.example` to `.env` and set the app URL, DB, mail, cache, and queue values.
Run migrations and seed the initial operator account.
Confirm file storage is linked and the application key is valid.
Install Node dependencies once on the server or build artifacts in CI.
Publish the Vite production bundle so public landing and docs pages load correctly.
Run the queue worker under Supervisor or an equivalent service manager.
Schedule Laravel tasks every minute for maintenance, reporting, and command flows.