crabbly / fpdf-laravel

A package for Laravel to implement the FPDF class.
Other
30 stars 8 forks source link

Adding scripts #1

Closed nota141 closed 7 years ago

nota141 commented 7 years ago

Hi

New to Laravel but have used fpdf before. Just wondering if it is possible to add scripts to add functionality to fpdf and if so where I should be adding them.

Thanks.

crabbly commented 7 years ago

Yes, you can. There are probably a few ways to do this. But one option would be to extend the FPDF class, and then use that class to add custom methods.