Download the PHP package thebytelab/vapor-multi-region-deploy without Composer

On this page you can find all versions of the php package thebytelab/vapor-multi-region-deploy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package 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

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:

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

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

--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)

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)

The commit hash that is being deployed.

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

--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

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

Upload a fresh copy of all assets.

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


All versions of vapor-multi-region-deploy with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2|^8.0
illuminate/support Version ^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/console Version ^6.0|^7.0|^8.0|^9.0|^10.0
symfony/yaml Version ^4.2|^5.0|^6.0
symfony/process Version ^4.2|^5.0|^6.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package thebytelab/vapor-multi-region-deploy contains the following files

Loading the files please wait ....