This is the internal checklist we give partners before go-live. It assumes Nginx or similar, PHP-FPM, and a separate build step for the Vue storefront or admin.
- Separate APP_KEY per environment; rotate on staff churn.
- Cache config and routes in prod; never commit .env.
- Serve Nuxt/Vite assets with immutable cache headers where safe.
- Health endpoints for queue workers and scheduler heartbeat.
If you’re shipping TradifyLabs-derived code, align API base URLs with your reverse proxy and enable structured logs — grep-friendly JSON beats screenshots in Slack.


