Added wkhtmltopdf stuff and created preview generator service

This commit is contained in:
Alejandro Celaya
2016-08-18 10:19:33 +02:00
parent 20e43aac90
commit 26adf48b48
8 changed files with 180 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
<?php
return [
'phpwkhtmltopdf' => [
'images' => [
'binary' => 'bin/wkhtmltoimage',
'files_location' => 'data/cache/previews',
],
],
];