This is a demo app for Intercept by PromptPHP.
- PHP 8.4+
-
Clone the repository
git clone https://github.com/promptphp/intercept-demo.git cd intercept-demo -
Install PHP dependencies
composer install
-
Install Node dependencies
npm install
-
Copy and configure environment
cp .env.example .env # Edit .env as needed -
Generate app key
php artisan key:generate
-
Run migrations and seeders
php artisan migrate --seed
-
Build frontend assets for production
npm run build
-
Start development server
npm run dev
-
Run tests
composer test
- Veeqtoh and contributors