Looking to hire Laravel developers? Try LaraJobs

laravelmpdf maintained by mediaciety

Description
generate pdfs in laravel the mpdf-way
Last update
2017/02/16 12:22 (dev-master)
License
Links
Downloads
27
Tags

Comments
comments powered by Disqus

#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.