tomato-technologies/tomato-pdfmerger
Composer 安装命令:
composer require tomato-technologies/tomato-pdfmerger
包简介
PDFmerge Wrapper for Laravel project
README 文档
README
This is a CMD wrapper for https://github.com/metaist/pdfmerge
Installation
composer require tomato-technologies/tomato-pdfmerger
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Laravel 5.5+:
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Tomato\PDFMerger\ServiceProvider::class,
If you want to make it easier to access Pusher or Event class, add this to your facades in app.php:
'TomatoPDFMerger' => Tomato\PDFMerger\Facade::class,
Usage
Before usage, please remember to set your PDFMERGE_BIN in .env file. The merchant number should be a number with "M", eg. "000034".
If you want to get more config on this wrapper, you can pull a configuration file into your application by running on of the following artisan command:
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-04