LaravelDaily / laravel-invoices

Laravel package to generate PDF invoices from various customizable parameters
GNU General Public License v3.0
1.4k stars 304 forks source link

invoice item attach image #92

Closed allandaryldev closed 3 years ago

allandaryldev commented 3 years ago

hi is there a way for now to attach an image inside invoice items? thanks

dominikager commented 3 years ago

hi @allandaryldev you can override the Invoice Item class and at a setter and getter for this variable

mc0de commented 3 years ago

this is the only way now, and we do not have plans to add this feature any time soon