Library that integrates Traefik with Laravel

Maintainers

👁 ceulemans

Package info

github.com/blamebutton/yacht

pkg:composer/blamebutton/yacht

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

v0.0.2 2022-02-27 13:26 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 52a810ffb4a5f3d4b78467de0cfaea2c37bdf96c

  • Bram Ceulemans <bram.woop@ceulemans.dev>

laraveldockersailtraefik

This package is auto-updated.

Last update: 2026-06-28 02:33:45 UTC


README

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.

Installation

Yacht is published on Packagist. It can be installed using Composer:

composer require --dev blamebutton/yacht

Usage

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:

Start the Yacht proxy

vendor/bin/yacht start

Stop the Yacht proxy

vendor/bin/yacht stop