the-mr-tech/laravel-forge-facade
Composer 安装命令:
composer require the-mr-tech/laravel-forge-facade
包简介
README 文档
README
A simple facade with the alias LaravelForge to access a instance of the themsaid/forge-sdk.
Installation
Via Composer
$ composer require the-mr-tech/laravel-forge-facade
Configuration
Add the LARAVEL_FORGE_TOKEN env variable to your .env as the example below:
LARAVEL_FORGE_TOKEN="YOUR_KEY_GOES_HERE"
Usage
Simply use LaravelForge as a alias to a Themsaid\Forge\Forge instance. There is some examples below:
Listing servers
use LaravelForge; LaravelForge::servers();
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
License
license. Please see the license file for more information.
统计信息
- 总下载量: 147
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2018-10-28