Run these once the wizard finishes (SSH or the host’s terminal). They warm caches and drop stale compiled views.
php artisan optimize && php artisan cache:clear && php artisan route:cache && php artisan view:clear && php artisan config:cache && php artisan route:clear
A shorter equivalent after upgrades:
php artisan optimize:clear && php artisan config:cache && php artisan route:cache
First login
- Open
https://your-domain/admin/login. - Sign in with the admin user from the wizard.
- Review Settings → Global (site name, mail, and related options).
- Confirm Settings → License if the app asks for the purchase code again.
- Open
/tools/print-studio(or/tools) and create a test card.
Storage link
If public uploads 404, create the storage symlink:
php artisan storage:link
Configure SMTP in .env (MAIL_*) or in admin settings if exposed. Until mail works, password-reset and contact forms will fail silently or log errors.
Recommended production values:
APP_ENV=production
APP_DEBUG=false
APP_URL=https://your-domain
Security checklist
- Debug off
- HTTPS only
- Strong admin password
.envnot web-accessible (correct document root)storage/and logs not publicly listed
License later
Public activation: /license/activate.
Admin: Settings → License (activate / deactivate).
← All ProfileSuite – Digital Business Card, Bio Link & Lead Capture Platform documentation