Package Data | |
---|---|
Maintainer Username: | mediaciety |
Package Create Date: | 2017-02-15 |
Package Last Update: | 2017-02-16 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-02 03:05:37 |
Package Statistics | |
---|---|
Total Downloads: | 27 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
#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.