Programmer Lab
Home
PHP | Mysql | Laravel
Post Question
Doctrine
html to pdf
How to convert html to PDF in laravel ?
July 30, 2016
Add Comment
Solution : Step1 : add following to your composer.json file "barryvdh/laravel-dompdf": "0.6.*", step2: update your composer using command. composer
[...]