- Install XAMPP
- Install Composer
- Clone this repository
- Open Project-PiPSIl directory in terminal
- Execute commands
composer install
, thenphp artisan migrate
,npm install
andcopy .env.example .env
- You are good to go... And if something doesn't work - Remember, it's not me, ✨it's YOU✨
- Open Project-PiPSIl directory in terminal
- Open XAMPP, start Apache and SQL
- In separate tabs run commands
npm run dev
php artisan serve
- Open browser and go to localhost:8000