Generate PDFs in Laravel

Опубликовано: 10 Октябрь 2024
на канале: Susan B.
1,516
25

Generate PDFs from Blade View files in Laravel using the package laravel-dompdf. Includes the option to display the PDF directly in the browser or initiate it as a download.

=== NOTES ===
https://codewithsusan.com/notes/gener...

=== CHAPTERS ===
00:00 Introduction and example setup
00:59 Install and set up barryvdh/laravel-dompdf
01:35 Display the Pdf in the browser
02:07 Download the PDF
02:41 Fixing the CSS
03:39 Set up a preview mode