Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.01 KB

File metadata and controls

45 lines (33 loc) · 1.01 KB

The dompdf support for bow framework

Ce package vous permettra de manipuler dompdf/dompdf via un wrapper simple et intuitif.

Build Status Build Status

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.