| Package Data | |
|---|---|
| Maintainer Username: | umertasov |
| Maintainer Contact: | info@kendu.si (Kendu) |
| Package Create Date: | 2016-10-13 |
| Package Last Update: | 2018-03-01 |
| Language: | PHP |
| License: | Apache 2.0 |
| Last Refreshed: | 2025-10-28 03:02:02 |
| Package Statistics | |
|---|---|
| Total Downloads: | 188 |
| Monthly Downloads: | 3 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Begin by installing this package through Composer. Edit your project's composer.json file to require kendu/l5-mpdf.
{
"require": {
"kendu/l5-mpdf" : "dev-master"
}
}
Next, update Composer from the Terminal:
$ composer update
Once this operation completes, the final step is to add the service provider. Open app/config/app.php, and add a new item to the providers array.
'Kendu\Mpdf\ServiceProvider',
You can also register facade.
'PDF' => 'Kendu\Mpdf\Facades\Pdf',
This mPDF Wrapper for Laravel5 is open-sourced software licensed under the MIT license