- Make sure you have PHP, Node.js and Composer installed.
- Make sure you have a relational database system installed. One of these:
- MySQL
- PostgreSQL
- Microsoft SQL Server
- SQLite
- Create .env from .env.example and configure with the correct values.
- Run
composer install - Run
php artisan migrate - Run
npm install - Run
npm run devornpm run build - Run
php artisan serveand visit the live development website