imamuseum/piction-client
Composer 安装命令:
composer require imamuseum/piction-client
包简介
Export data from Piction Digital Asset Management System via its API.
README 文档
README
This package will work independently of the Laravel Framework.
Composer Setup
composer require imamuseum/piction-client
Environmental Variables Setup
Add Piction Variables to your .env:
PICTION_ENDPOINT_URL=null
PICTION_IMAGE_URL=null
PICTION_USERNAME=null
PICTION_PASSWORD=null
PICTION_FORMAT=null
PICTION_SURL=null
Laravel Specific
Service Provider
In config\app.php add to the autoloaded providers -
Imamuseum\PictionClient\PictionServiceProvider::class,
Publish Config
php artisan vendor:publish
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-08