Ce package vous permettra de manipuler dompdf/dompdf via un wrapper simple et intuitif.
Installez une copie du package avec composer.
composer require bowphp/pdfDans 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
];
}Thank you for considering contributing to Bow Framework! The contribution guide is in the framework documentation.