psbharathy / laravel-mpdf by psbharathy

mPDF wrapper for Laravel 5.*
19
0
2
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-04-19 15:07:08
Package Statistics
Total Downloads: 19
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 1
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 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',

License

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