sandervanhooft / laravel-invoicable

Easy invoice creation for Laravel
https://www.sandervanhooft.com/blog/laravel/stop-creating-your-laravel-invoices-manually/
MIT License
146 stars 40 forks source link

Invoice Model #18

Closed Justicea83 closed 5 years ago

Justicea83 commented 5 years ago

How do i customize the invoices model since its in the vendors folder?

sandervanhooft commented 5 years ago

You can override the base Invoice model by extending it.

Out of curiosity, what functionality are you adding?