imamuseum / piction-client

通过其API从Piction数字资产管理系统中导出数据。

2.0.0 2016-06-08 17:51 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:25:36 UTC


README

此包可以在Laravel框架之外独立工作。

Composer配置

composer require imamuseum/piction-client

环境变量配置

将Piction变量添加到您的 .env

PICTION_ENDPOINT_URL=null
PICTION_IMAGE_URL=null
PICTION_USERNAME=null
PICTION_PASSWORD=null
PICTION_FORMAT=null
PICTION_SURL=null

Laravel特定

服务提供者

config\app.php 中添加到自动加载的服务提供者 -

Imamuseum\PictionClient\PictionServiceProvider::class,

发布配置

php artisan vendor:publish