- 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 dev
ornpm run build
- Run
php artisan serve
and visit the live development website