Yacht is a Laravel package that allows multiple Laravel Sail applications to run, at the same time!
It utilizes Traefik to proxy requests to each Laravel Sail instance.
Yacht is published on Packagist. It can be installed using Composer:
composer require --dev blamebutton/yacht
Yacht consists of two components, the system-wide proxy, and the customizable configuration in each Laravel project.
To start the system-wide proxy, the yacht
command can be used:
vendor/bin/yacht start
vendor/bin/yacht stop