Im trying to generate pdf using dompdf, how can I open the pdf in a new tab in a browser? Like, I Click A link for the PDF and it should open in a new tab, not save it autom
Am still experimenting, but something like this works fine as well
$pdf->loadView('file/path', compact('values')); return $pdf->stream();
With this you can add dynamic values to your pdf file page within the browser.