arjanwestdorp/laravel-imaginary-client
最新稳定版本:1.4.0
Composer 安装命令:
composer require arjanwestdorp/laravel-imaginary-client
包简介
A laravel implementation of the imaginary client
README 文档
README
This package is a Laravel implementation of the imaginary client.More information about this client can be found on https://github.com/arjanwestdorp/imaginary-client
Installation
The recommended way to install the client is through composer:
composer require arjanwestdorp/imaginary-client
Register the service provider and optionally the facade:
// config/app.php 'providers' => [ ... ArjanWestdorp\Imaginary\Laravel\ImaginaryServiceProvider::class, ]; 'aliases' => [ ... 'Imaginary' => ArjanWestdorp\Imaginary\Laravel\Imaginary::class, ];
Finally you'll need to add these two keys to your .env file:
IMAGINARY_CLIENT=
IMAGINARY_URL=
Optionally you can publish the config file:
php artisan vendor:publish --provider="ArjanWestdorp\Imaginary\Laravel\ImaginaryServiceProvider" --tag="config"
Security
If you discover any security issues, please email arjanwestdorp@gmail.com instead of creating an issue.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 14.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-10