This package will work independently of the Laravel Framework.
composer require imamuseum/piction-client
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
In config\app.php
add to the autoloaded providers -
Imamuseum\PictionClient\PictionServiceProvider::class,
php artisan vendor:publish