env('PDF_DRIVER', 'dompdf'), /* |-------------------------------------------------------------------------- | PDF Connections |-------------------------------------------------------------------------- | | Here are each of the connections setup for your application. Example | configuration has been included, but you may add as many connections as | you would like. | */ 'connections' => [ 'dompdf' => [], 'gotenberg' => [ 'host' => env('GOTENBERG_HOST', 'http://pdf:3000'), 'papersize' => env('GOTENBERG_PAPERSIZE', '210mm 297mm'), ], ], ];