Skip to content

Installation

Local development

For contributors and agencies customizing the product.

Last updated Aug 20, 2026 · 1 min read

For contributors and agencies customizing the product.

PHP application

cp .env.example .env
composer install
php artisan key:generate

Create a MySQL database matching .env, then either:

  • Visit /install and use the wizard, or
  • Set APP_INSTALLED / install state as you would in production and run php artisan migrate --seed

Serve the app:

php artisan serve

Or use the included PM2-style config (ecosystem.config.json) which runs php artisan serve --host=0.0.0.0 --port=80.

Frontend

npm install
npm run watch

Production / SSR bundle:

npm run prod

Code style:

npm run fix-code-style

Notes

  • APP_DEMO=true in .env.example is for demo deployments; turn it off for a normal local copy.
  • Do not commit .env.
  • The _landing/ folder is a separate Vue + Vite marketing site, not required to run Laravel.

← All ProfileSuite – Digital Business Card, Bio Link & Lead Capture Platform documentation

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