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.5k2MITPHPPHP ^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 today

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

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

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

958d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5860234?v=4)[Josh Stevenson-Woods](/maintainers/jkswoods)[@jkswoods](https://github.com/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.9k205.7M1.3k](/packages/laravel-sail)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M164](/packages/spatie-laravel-health)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.3k453.6k30](/packages/tightenco-jigsaw)

PHPackages © 2026

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