LaravelPackages.net
Acme Inc.
Toggle sidebar
springloadedco/forge-review-apps

A CLI tool for managing your review apps on Laravel Forge.

1.771
0
v0.0.12
About springloadedco/forge-review-apps

springloadedco/forge-review-apps is a Laravel package for a cli tool for managing your review apps on laravel forge.. It currently has 0 GitHub stars and 1.771 downloads on Packagist (latest version v0.0.12). Install it with composer require springloadedco/forge-review-apps. Discover more Laravel packages by springloadedco or browse all Laravel packages to compare alternatives.

Last updated

Forge Review Apps

This CLI tools makes manage your review apps via Forge a breeze! This tool has two commands:

  1. deploy-site:
  • Creates the site if it does not already exist
  • Creates the database if it does not already exist
  • Deploys the site
  1. delete-site:
  • Deletes the site
  • Deletes the database

Installation

composer global require springloadedco/forge-review-apps

Setup

You'll need to set a few environment variables via the .env file:

FORGE_CLI_TOKEN=
FORGE_SERVER_ID=
FORGE_ROOT_DOMAIN=
FORGE_GIT_PROVIDER=
FORGE_APP_REPOSITORY=

The FORGE_ROOT_DOMAIN should be the root domain without any leading periods, ie: example.com

Comments