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