beatwiz / statamic-entry-export-pdf
Export Statamic Entries as PDF
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 4
Open Issues: 0
pkg:composer/beatwiz/statamic-entry-export-pdf
Requires
- barryvdh/laravel-dompdf: ^2.0.0
- statamic/cms: ^5.0.0
README
This plugin exports your entries as PDF.
Installation
Add the package using composer.
composer require beatwiz/statamic-entry-export-pdf
Optional
Publish configuration file.
php artisan vendor:publish --tag=statamic-entry-export-pdf-config
Publish views.
php artisan vendor:publish --tag=statamic-entry-export-pdf-views
License
This plugin is published under the MIT license.