mediaciety/laravelmpdf

generate pdfs in laravel the mpdf-way

dev-master 2017-02-16 11:22 UTC

This package is not auto-updated.

Last update: 2024-04-13 18:08:00 UTC


README

#laravelmpdf

###Installation:

composer require mediaciety/laravelmpdf

Open config/app.php and add

    Mediaciety\LaravelMpdf\PdfServiceProvider::class 

to providers array.

Add

'Pdf' => Mediaciety\LaravelMpdf\Facades\Pdf::class 

to alias-array.

finally (and optional):

php artisan vendor:publish --tag=pdf

to copy configfile into config folder.