Download the PHP package praem90/laravel-mpdf without Composer
On this page you can find all versions of the php package praem90/laravel-mpdf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
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
Praem90\PDF\ServiceProvider::class,
You can optionally use the facade for shorter code. Add this to your facades:
'PDF' => Praem90\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
Requires
php Version
>=5.5.9
illuminate/support Version 5.1.x|5.2.x|5.3.x|5.4.x
mpdf/mpdf Version ^6.1
illuminate/support Version 5.1.x|5.2.x|5.3.x|5.4.x
mpdf/mpdf Version ^6.1
The package praem90/laravel-mpdf contains the following files
Loading the files please wait ....