Managed error while generating URL previews by throwing an exception

This commit is contained in:
Alejandro Celaya
2016-08-18 11:16:56 +02:00
parent 277406c3b8
commit 60c68c914b
6 changed files with 48 additions and 4 deletions

View File

@@ -2,9 +2,10 @@
return [
'phpwkhtmltopdf' => [
'files_location' => 'data/cache',
'images' => [
'binary' => 'bin/wkhtmltoimage',
'files_location' => 'data/cache/previews',
'type' => 'jpg',
],
],