bowphp/pdf
最新稳定版本:1.0.3
Composer 安装命令:
composer require bowphp/pdf
包简介
The dompdf support for bow framework
README 文档
README
Ce package vous permettra de manipuler dompdf/dompdf via un wrapper simple et intuitif.
Usage
Installez une copie du package avec composer.
Installation
composer require bowphp/pdf
Configuration
Dans le fichier app\Kernel.php. Ajoutez le service comme suit:
/** * All app services register * * @return array */ public function configurations() { /** * Put here you service */ return [ \Bow\Pdf\PDFConfiguration::class, // other ]; }
Contributing
Thank you for considering contributing to Bow Framework! The contribution guide is in the framework documentation.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-28