/laravel-weasyprint

This library integrates WeasyPrint with Laravel.

Primary LanguagePHPMIT LicenseMIT

Laravel WeasyPrint

This library integrates WeasyPrint with Laravel.

Install

First, install the package using Composer:

composer require synergitech/laravel-weasyprint

Next, export the configuration:

php artisan vendor:publish --provider="SynergiTech\WeasyPrint\WeasyPrintServiceProvider"