Skip to content

conlect/piction-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piction Client

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%