laravel-pdf
laravel-pdf copied to clipboard
Array and string offset access syntax with curly braces is no longer supported
$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",