Install Environment
docker-compose build --no-cache
docker-compose create
Inside the on sail-8.2/app image run the following
composer install
php artisan migrate:refresh --seed
php artisan key:generate
npm install
npm run build
Run on the wsl project root
./vendor/bin/sail up
Example Users
manager account
email: [email protected]
password: password
user account
email: [email protected]
password: password