Install Sail by use your existing local development environment allows you to install Composer dependencies.
https://laravel.com/docs/8.x/sail
- Install Sail : https://laravel.com/docs/8.x/sail
- composer require laravel/sail –dev
- php artisan sail:install
- ./vendor/bin/sail up (-d : To start all of the Docker containers in the background )
- sail stop
Setup PHPStorm – PHPUnit with docker
Leave a Reply