<?php
return [
'pdflatex' => [
'binary' => env('PDFLATEX_BIN', ''),
],
'xelatex' => [
'binary' => env('XELATEX_BIN', ''),
];