Generate PDF files with Laravel WeasyPrint
4 years ago
A package which is a simple Laravel wrapper for the WeasyPrint Document Factory.
You can use this package to generate PDF files easily.
Installation
First make sure WeasyPrint is installed on your system. Then install the package with Composer:
$ composer require rockett/weasyprint
The package will be discovered and registered automatically.