Closed hoekstramenno closed 5 years ago
I want to use my own SNAPPY_PDF_BINARY in my .env-file like this: SNAPPY_PDF_BINARY=/usr/local/bin/wkhtmltopdf
SNAPPY_PDF_BINARY=/usr/local/bin/wkhtmltopdf
If I want to download a pdf from a controller it does not find this new path. Instead I got
Undefined variable: binaryPathConfigKey on .../plugins/luketowers/snappypdf/Plugin.php line 116
Fixed by #7
I want to use my own SNAPPY_PDF_BINARY in my .env-file like this:
SNAPPY_PDF_BINARY=/usr/local/bin/wkhtmltopdf
If I want to download a pdf from a controller it does not find this new path. Instead I got
Undefined variable: binaryPathConfigKey on .../plugins/luketowers/snappypdf/Plugin.php line 116