flobbos/laravel-pdf-merger
Composer 安装命令:
composer require flobbos/laravel-pdf-merger
包简介
Merging PDFs in laravel made easy
README 文档
README
If you want to save time on your crud operations
This is a simple package based on https://github.com/rguedes/PDFMerger for merging PDF files updated to work better with Laravel 5.x.
Docs
Installation
Install package
Add the package in your composer.json by executing the command.
composer require flobbos/laravel-crudable
Next, if you plan on using the Contract with automated binding,
add the service provider to app/config/app.php
Flobbos\Crudable\CrudableServiceProvider::class,
Configuration
Publish configuration file
Laravel 5.*
php artisan vendor:publish
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-13
