定制 joaovdiasb/laravel-pdf-manager 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

joaovdiasb/laravel-pdf-manager

最新稳定版本:0.1.7

Composer 安装命令:

composer require joaovdiasb/laravel-pdf-manager

包简介

Laravel pdf manager package

README 文档

README

Software License Total Downloads

Installation

Install via composer

composer require joaovdiasb/laravel-pdf-manager

Configuration

You can optionally change the default values used by publishing the vendor

php artisan vendor:publish --provider="Joaovdiasb\LaravelPdfManager\LaravelPdfManagerServiceProvider"

Usage

(new PdfManager)->setHeader(view('pdf.header')) 
                ->setFooter('DOCUMENT FOOTER')
                ->setBody(str_repeat('<u>[NAME]</u><br />', 100))
                ->setData(['[NAME]' => 'Jhon Doe'])
                ->setPageCounter()
                ->save('documents');

Output PDF LINK HERE

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security-related issues, please email j.v_dias@hotmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 1.5k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-03