composer require barryvdh/laravel-dompdf 2.config\App.php ... Setup the paper size and orientation $dompdf->setPaper('A4', 'landscape'); ...
確定! 回上一頁