https://github.com/blamebutton/yacht
Integrate Traefik with Laravel Sail
https://github.com/blamebutton/yacht
cli composer docker laravel proxy sail traefik
Last synced: about 2 months ago
JSON representation
Integrate Traefik with Laravel Sail
- Host: GitHub
- URL: https://github.com/blamebutton/yacht
- Owner: blamebutton
- Created: 2022-02-23T21:51:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T16:21:32.000Z (over 4 years ago)
- Last Synced: 2025-10-24T22:05:45.387Z (8 months ago)
- Topics: cli, composer, docker, laravel, proxy, sail, traefik
- Language: PHP
- Homepage: https://packagist.org/packages/blamebutton/yacht
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Yacht
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:
```bash
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
```