PHPackages                             thebytelab/vapor-multi-region-deploy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. thebytelab/vapor-multi-region-deploy

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

thebytelab/vapor-multi-region-deploy
====================================

An artisan command to assist deploying your Laravel Vapor app to multiple AWS regions

v1.2.0(2y ago)162.2k2MITPHPPHP ^7.2|^8.0

Since Jul 27Pushed 2y ago3 watchersCompare

[ Source](https://github.com/thebytelab/laravel-vapor-multi-region-deploy)[ Packagist](https://packagist.org/packages/thebytelab/vapor-multi-region-deploy)[ RSS](/packages/thebytelab-vapor-multi-region-deploy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

Laravel Vapor: Multi-Region Deploy
==================================

[](#laravel-vapor-multi-region-deploy)

---

Provides an artisan command to assist deploying your Laravel Vapor app to multiple AWS regions.

Installation
------------

[](#installation)

```
composer require thebytelab/vapor-multi-region-deploy
```

Setup &amp; Usage
-----------------

[](#setup--usage)

The `vapor:multi-region:deploy` command assumes you have a directory in your project root called `vapor` which contains all of the vapor.yml manifests following a naming pattern similar to the examples below:

- us-east.vapor.yml
- test.vapor.yml
- node1.vapor.yml

The steps to getting started:

1. If you haven't got one already, create a `vapor` directory in your project root.
2. Move any vapor files to this new folder and rename them to something that makes sense following the pattern above.
3. Run `php artisan vapor:multi-region:deploy` to deploy your app to multiple Vapor projects or regions.

Advanced usage
--------------

[](#advanced-usage)

The following options can be used to modify default behaviour, some options are inherited from the `vapor deploy`command:

### `--bin` (string)

[](#--bin-string)

Relative location of the laravel/vapor-cli executable. Defaults to `vendor/bin/vapor` in the project root.

Example usage: `php artisan vapor:multi-region:deploy --bin=/usr/local/bin/vapor`

### `--vapors` (string)

[](#--vapors-string)

Relative location to the folder containing the \*.vapor.yml files to use. Defaults to looking for the `vapor` folder in the project root.

Example usage: `php artisan vapor:multi-region:deploy --vapors=/build/vapor`

### `--commit` (string)

[](#--commit-string)

The commit hash that is being deployed.

Example usage: `php artisan vapor:multi-region:deploy --commit=57566c1419cdacf00ff00f781b62fac670d7aee3`

### `--message` (string)

[](#--message-string)

The message for the commit that is being deployed.

Example usage: `php artsian vapor:multi-region:deploy --message="Added a new feature"`

### `--without-waiting`

[](#--without-waiting)

Deploy without waiting for progress. May help speed up deployments to multiple Vapor projects or regions.

Example usage: `php artisan vapor:multi-region:deploy --without-waiting`

### `--fresh-assets`

[](#--fresh-assets)

Upload a fresh copy of all assets.

Example usage: `php artisan vapor:multi-region:deploy --fresh-assets`

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~211 days

Total

5

Last Release

912d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3bbecce234e9b890bced76031ce28495664768f200f7b73f0f4a198f5c70c3a9?d=identicon)[jkswoods](/maintainers/jkswoods)

---

Top Contributors

[![jkswoods](https://avatars.githubusercontent.com/u/5860234?v=4)](https://github.com/jkswoods "jkswoods (13 commits)")[![gustavo-ticto](https://avatars.githubusercontent.com/u/56135426?v=4)](https://github.com/gustavo-ticto "gustavo-ticto (1 commits)")

---

Tags

laravellaravel-vaporphpvaporlaravelvapor

### Embed Badge

![Health badge](/badges/thebytelab-vapor-multi-region-deploy/health.svg)

```
[![Health](https://phpackages.com/badges/thebytelab-vapor-multi-region-deploy/health.svg)](https://phpackages.com/packages/thebytelab-vapor-multi-region-deploy)
```

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
