Skip to content

Commit

Permalink
add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed May 17, 2018
1 parent 884a578 commit 14e6b49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ Greenter HTML Report to PDF using [wkhtmltopdf](https://wkhtmltopdf.org/).
## Install
Using composer from [packagist](https://packagist.org/packages/greenter/htmltopdf).
Activate shell exec to avoid executable executable problems this configuration of your php.ini
```bash
composer require greenter/htmltopdf
```
## Requirements
- [Wkhtmltopdf](https://wkhtmltopdf.org/) executable.
- [exec() function](http://php.net/manual/en/function.exec.php) enabled.

## Example
Require [html-report](https://github.com/giansalex/greenter-report) and logo.png
Expand Down

0 comments on commit 14e6b49

Please sign in to comment.