barryvdh / laravel-snappy

Laravel Snappy PDF
MIT License
2.63k stars 290 forks source link

Method 'stream' is deprecated by the PdfWrapper #464

Closed pathros closed 2 years ago

pathros commented 2 years ago

When trying to use this package in Laravel 9, I get the following warning when I want to output PDF in the webBrowser_

return $pdf->stream($pdf_file_name);

Method 'stream' is deprecated (5.6.0)

The file is in https://github.com/barryvdh/laravel-snappy/blob/master/src/PdfWrapper.php .

Any ideas how to fix this? .. or what is the new method to use instead?

pathros commented 2 years ago

ahh, my bad, inside the class it says:

@deprecated use inline() instead