2017 © Pedro Peláez
 

library laravel-mpdf

mPDF wrapper for Laravel 5.*

image

lighth7015/laravel-mpdf

mPDF wrapper for Laravel 5.*

  • Thursday, May 31, 2018
  • by lighth7015
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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., (*1)

{
  "require": {
       "compassites/laravel-mpdf" : "master"
    }
}

Next, update Composer from the Terminal:, (*2)

$ 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., (*3)

'Compassites\Mpdf\ServiceProvider',

You can also register facade., (*4)

'PDF' => 'Compassites\Mpdf\Facades\Pdf',

License

This mPDF Wrapper for Laravel5 is open-sourced software licensed under the MIT license, (*5)

The Versions

31/05 2018

dev-master

9999999-dev

mPDF wrapper for Laravel 5.*

  Sources   Download

MIT License

The Requires

 

by Bharathy

laravel pdf mpdf