laravel-pdf icon indicating copy to clipboard operation
laravel-pdf copied to clipboard

Array and string offset access syntax with curly braces is no longer supported

Open engsamar opened this issue 2 years ago • 3 comments

$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",

Screenshot 2023-01-30 at 10 31 25 PM

engsamar avatar Jan 30 '23 20:01 engsamar