You must have Docker installed on your computer
PhpStorm with Laravel Idea plugin
We recommend you to set a shell alias for sail like described on the Sail documentation
Copy env file:
cp -n .env.example .env
Install dependencies:
npm install
composer install
Start containers
./vendor/bin/sail up -d
Generate key:
./vendor/bin/sail artisan key:generate
Launch migrations:
./vendor/bin/sail artisan migrate
run sail up -d to start containers, then run npm run dev to start script compiling