2016-02-29 15:59:36 +00:00
|
|
|
<?php
|
|
|
|
|
|
2016-03-07 17:37:16 +00:00
|
|
|
return [
|
2016-02-29 15:59:36 +00:00
|
|
|
|
2019-11-27 12:47:54 +00:00
|
|
|
'debug' => false,
|
2016-03-07 17:37:16 +00:00
|
|
|
'binpath' => 'lib/',
|
2016-07-08 12:55:42 +00:00
|
|
|
'binfile' => env('WKHTML2PDF_BIN_FILE', 'wkhtmltopdf-amd64'),
|
2016-03-07 17:37:16 +00:00
|
|
|
'output_mode' => 'I',
|
|
|
|
|
];
|