risscsolutions/printformer-laravel

一个用于封装printformer SDK的Laravel扩展包

v0.1 2022-04-20 09:56 UTC

This package is auto-updated.

Last update: 2024-09-20 15:20:50 UTC


README

License: MIT Latest Stable Version Total Downloads

安装

composer require risscsolutions/printformer-laravel

运行vendor:publish命令

php artisan vendor:publish

将printformer凭证添加到您的.env文件中

用法

获取printformer-SDK的实例

$printformer = app(\Rissc\Printformer\Printformer::class);

参考printformer-php-sdk的文档