the-mr-tech/laravel-forge-facade is a Laravel package.
It currently has 0 GitHub stars and 147 downloads on Packagist (latest version 1.0.1).
Install it with composer require the-mr-tech/laravel-forge-facade.
Discover more Laravel packages by the-mr-tech
or browse all Laravel packages to compare alternatives.
Last updated
A simple facade with the alias LaravelForge to access a instance of the themsaid/forge-sdk.
Via Composer
$ composer require the-mr-tech/laravel-forge-facade
Add the LARAVEL_FORGE_TOKEN env variable to your .env as the example below:
LARAVEL_FORGE_TOKEN="YOUR_KEY_GOES_HERE"
Simply use LaravelForge as a alias to a Themsaid\Forge\Forge instance. There is some examples below:
use LaravelForge;
LaravelForge::servers();
Please see the changelog for more information on what has changed recently.
$ composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email author email instead of using the issue tracker.
license. Please see the license file for more information.