Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 315 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 315 Bytes

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"