mediaciety/laravelmpdf

generate pdfs in laravel the mpdf-way

Maintainers

Package info

github.com/mediaciety/laravelmpdf

pkg:composer/mediaciety/laravelmpdf

Statistics

Installs: 27

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-15 04:18:17 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.