Answer
I just solved the problem...
Actually it is not related with Laravel upgrade...
But actually it has problem with barryvdh/laravel-dompdf
newer version...
After upgrade laravel-dompdf
, I need to use $pdf->output()
instead of $pdf->stream($pdf_name)
..
Then my problem solved..
The solution is based on this question actually: https://stackoverflow.com/a/60947707/5179633
0 comments:
Post a Comment
Thanks