aashiv / htmlpdf
There is no license information available for the latest version (dev-master) of this package.
Generate Pdf Design with Laravel Dompdf Package
dev-master
2021-12-23 09:14 UTC
Requires
- php: ^7.2.5|^8.0
- barryvdh/laravel-dompdf: ^0.9.0
- laravel/framework: ^6.20.26
This package is not auto-updated.
Last update: 2025-03-30 08:23:18 UTC
README
Hello devops, As we know PDF document is basic necessity in PHP laravel development for invoice and other document generation. There would be need 2 things basically: dynamic data + html structure as expectation. So here one concept i want to introduce to you is html management. If our backbone is ready, it would be easy to put our dynamic stuff in that.
System requirements:
Php : v7.2.5
Laravel : v6.20.26
Dompdf Package : v0.9.0
Summernote Editor : v0.8.18
Steps:
- Create Packages directory in your laravel project.
- Add Htmlpdf package in packages directory.
- Make autoload package related changes in composer.json file.
- Add service provider class in config/app.php file.
- composer dump-autoload.
- publish package.
- migrate database.
- seed database.
Generate Pdf Design with Laravel Dompdf Package
Youtube: https://youtu.be/duTP6DJ7dWQ