composer require risscsolutions/printformer-laravel
Run the vendor:publish
command
php artisan vendor:publish
Add your printformer credentials to your .env
file
Get an Instance of the printformer-SDK
$printformer = app(\Rissc\Printformer\Printformer::class);
Refer to the documentation of the printformer-php-sdk