- php 7.4^
- Node 12^
- Run
composer install - Create your environment file by running
cp .env.example .env - Run
php artisan key:generateand update your database details - Once the database is set up run
php artisan migrate:fresh - Seed the database with
php artisan db:seed - Run
npm installthennpm run dev