https://github.com/papac/bow-dompdf
Dompdf wrapper for Bow
https://github.com/papac/bow-dompdf
bower dompdf php
Last synced: 8 months ago
JSON representation
Dompdf wrapper for Bow
- Host: GitHub
- URL: https://github.com/papac/bow-dompdf
- Owner: papac
- Created: 2018-01-22T02:51:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-24T09:28:25.000Z (almost 7 years ago)
- Last Synced: 2025-01-07T22:12:32.826Z (over 1 year ago)
- Topics: bower, dompdf, php
- Language: PHP
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://getcomposer.org).
### Installation
```
composer require papac/bow-dompdf
```
### Configuration
Dans le fichier `Loader.php` du dossier `app/Kernel`. Ajoutez le service comme suit:
```php
/**
* All app services register
*
* @return array
*/
public function configurations()
{
/**
* Put here you service
*/
return [
\Papac\PDFConfiguration::class,
// other
];
}
```
## Auteur
Dakia Franck