- Updating Wkhtml2PDF config (checkouts were failing when debug=true)

This commit is contained in:
Dave 2016-03-21 16:36:40 +00:00
parent 7d9e7eb291
commit 8668b580d2
2 changed files with 2 additions and 2 deletions

View File

@ -611,8 +611,8 @@ class EventCheckoutController extends Controller
if ($request->get('download') == '1') {
return PDF::html('Public.ViewEvent.Partials.PDFTicket', $data, 'Tickets');
}
return view('Public.ViewEvent.Partials.PDFTicket', $data);
}
}

View File

@ -2,7 +2,7 @@
return [
'debug' => env('APP_DEBUG', false),
'debug' => env('APP_DEBUG_PDF', false),
'binpath' => 'lib/',
'binfile' => 'wkhtmltopdf-amd64',
'output_mode' => 'I',