laravel-pdf
laravel-pdf copied to clipboard
📄 Laravel PDF
Is there a maintained fork, with current mpdf version, php 8.2 support and updated return types? Because the maintainer here does not respond to the pull requests & issues from...
`$pdf = PDF::loadView('pdf.pill.order', ['item'=>$item]); return $pdf->stream($item->invoice_number.'.pdf');` Array and string offset access syntax with curly braces is no longer supported "php": "^8.0.2", "laravel/framework": "^9.19",
After installing the package. this show me the error **Declaration of Mpdf\Mpdf::setLogger(Psr\Log\LoggerInterface $logger) must be compatible with Psr\Log\LoggerAwareInterface::setLogger(Psr\Log\LoggerInterface $logger): void**
Hello I want to add icons on pdf files but it not shown code to reproduce issue: `` .... ` ` PS : I have a file named `fontawesome.css`
- Update for php 8 - Fix unit test
I'm generating receipt invoices for thermal printers. So the page needs to have dynamic height without page break. Can anyone help me?