bowphp / pdf
The dompdf support for bow framework
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bowphp/pdf
Requires
- dompdf/dompdf: ^0.8.0
Requires (Dev)
- bowphp/framework: ^5
- phpunit/phpunit: ^8
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.