composer update && composer install
cp .env.example .env
php artisan key:generate
npm install
- Download and install XAMPP from https://www.apachefriends.org/download.html
- Windows Settings -> System -> About -> Advanced System Settings -> Environment Variables -> Path (System Variables) -> Edit
- Click 'New' and insert the PHP folder path:
C:\xampp\php
- Check if the path is working by opening a new command prompt and typing
php -v
- Download and install Composer from https://getcomposer.org/download/
- Download and install NodeJS from https://nodejs.org/en/ (this includes NPM)
- Follow the regular Setup steps above.
Run local server
php artisan serve
Watch CSS & JS
npm run watch