synergitech/laravel-weasyprint

This package is abandoned and no longer maintained. No replacement package was suggested.

This library integrates WeasyPrint with Laravel.

v0.0.1 2018-07-24 09:44 UTC

This package is auto-updated.

Last update: 2019-06-05 13:52:25 UTC


README

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"