Package Data | |
---|---|
Maintainer Username: | psbharathy |
Maintainer Contact: | psbharathy@gmail.com (Bharathy) |
Package Create Date: | 2017-05-12 |
Package Last Update: | 2017-05-12 |
Language: | PHP |
License: | MIT license |
Last Refreshed: | 2024-12-31 15:04:26 |
Package Statistics | |
---|---|
Total Downloads: | 19 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
Begin by installing this package through Composer. Edit your project's composer.json
file to require compassites/laravel-mpdf
.
{
"require": {
"compassites/laravel-mpdf" : "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.
'Compassites\Mpdf\ServiceProvider',
You can also register facade.
'PDF' => 'Compassites\Mpdf\Facades\Pdf',
This mPDF Wrapper for Laravel5 is open-sourced software licensed under the MIT license