Skip to content

bowphp/pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The dompdf support for bow framework

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\PDFConfiguration::class,
      // other
  ];
}

Contributing

Thank you for considering contributing to Bow Framework! The contribution guide is in the framework documentation.

Contact

[email protected] - @franck_dakia

Please, if there is a bug on the project please contact me by email or leave me a message on the slack. or join us on slask

About

PDF generator for Bow Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages