imamuseum/piction-client

Export data from Piction Digital Asset Management System via its API.

2.0.0 2016-06-08 17:51 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:29:01 UTC


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