risscsolutions / printformer-laravel
A Laravel Package to wrap the printformer SDK
v0.1
2022-04-20 09:56 UTC
Requires
- php: ^8.0
- illuminate/support: ^9.8.1
- risscsolutions/printformer-php-sdk: ^0.1
README
Installation
composer require risscsolutions/printformer-laravel
Run the vendor:publish
command
php artisan vendor:publish
Add your printformer credentials to your .env
file
Usage
Get an Instance of the printformer-SDK
$printformer = app(\Rissc\Printformer\Printformer::class);
Refer to the documentation of the printformer-php-sdk