synergitech/laravel-weasyprint

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

This library integrates WeasyPrint with Laravel.

Maintainers

Package info

github.com/SynergiTech/laravel-weasyprint

Homepage

pkg:composer/synergitech/laravel-weasyprint

Statistics

Installs: 139

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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"