Download the PHP package willmav5000/laravel-mpdf without Composer
On this page you can find all versions of the php package willmav5000/laravel-mpdf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download willmav5000/laravel-mpdf
More information about willmav5000/laravel-mpdf
Files in willmav5000/laravel-mpdf
Download willmav5000/laravel-mpdf
More information about willmav5000/laravel-mpdf
Files in willmav5000/laravel-mpdf
Please rate this library. Is it a good library?
Informations about the package laravel-mpdf
mPDF wrapper for laravel inspired by laravel-dompdf
Require this package in your composer.json and update composer.
Installation
Laravel 5.x
After updating composer, add the ServiceProvider to the providers array in config/app.php
Willmav5000\PDF\ServiceProvider::class,
You can optionally use the facade for shorter code. Add this to your facades:
'PDF' => Willmav5000\PDF\Facade::class,
Using
Use 'PDF' Facade to interact with mPdf object
You can access all the available mPDF methods directly by the same facade. eg.,
All versions of laravel-mpdf with dependencies
PHP Build Version
Package Version
The package willmav5000/laravel-mpdf contains the following files
Loading the files please wait ....