umertasov / l5-mpdf by umertasov
forked from mean-cj/l5-mpdf

mPDF wrapper for Laravel 5
163
0
2
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-04-12 03:08:47
Package Statistics
Total Downloads: 163
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

mPDF Wrapper for Laravel 5

Installation

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',

License

This mPDF Wrapper for Laravel5 is open-sourced software licensed under the MIT license