Improved PreviewGenerator by composing an ImageBuilder that creates new Image objects fore each URL

This commit is contained in:
Alejandro Celaya
2016-08-18 12:21:26 +02:00
parent 15247e832e
commit 2c91ded514
12 changed files with 181 additions and 20 deletions

View File

@@ -2,7 +2,6 @@
return [
'phpwkhtmltopdf' => [
'files_location' => 'data/cache',
'images' => [
'binary' => 'bin/wkhtmltoimage',
'type' => 'jpg',

View File

@@ -0,0 +1,8 @@
<?php
return [
'preview_generation' => [
'files_location' => 'data/cache',
],
];