Skip to content

Installation

After install

Run these once the wizard finishes (SSH or the host’s terminal). They warm caches and drop stale compiled views.

Last updated Aug 20, 2026 · 2 min read

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

  1. Open https://your-domain/admin/login.
  2. Sign in with the admin user from the wizard.
  3. Review Settings → Global (site name, mail, and related options).
  4. Confirm Settings → License if the app asks for the purchase code again.
  5. 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

Mail

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
  • .env not 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

We use cookies to understand how visitors use this site. Cookie Policy