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
/installand use the wizard, or - Set
APP_INSTALLED/ install state as you would in production and runphp 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=truein.env.exampleis 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