Getting Started
Dashboard
.env.env)composer install --no-dev --optimize-autoloader
php artisan migrate
npm install && npm run build
php artisan config:cache
php artisan route:cache
php artisan view:cache
Never run migrate:fresh, db:wipe, or migrate:refresh on a live site with customer data.
After major updates, open Dashboard → Settings → License and recheck your purchase code if prompted.
Optional unless you add custom queued jobs. Core Lab preview and publish flows do not require a worker.