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: | 2024-12-17 03:02:06 |
Package Statistics | |
---|---|
Total Downloads: | 168 |
Monthly Downloads: | 1 |
Daily Downloads: | 1 |
Total Stars: | 0 |
Total Watchers: | 2 |
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