HTML to PDF with Barryvdh/laravel-dompdf on Laravel 11: Does nothing when download() and stream() method is called
I am building a web application with Laravel 11. I want the users to be able to download HTML code from the website and save it as a PDF file. Therefore, I used the ‘Barryvdh/laravel-dompdf’.