I am currently building an Invoice System with Laravel. I am just wondering how you would go about this.
Would you split your Application into "modules / packages"?
For example you would make a package for the Invoices, for the Ticket System and so on?
I think the benefit would be that i can just update/maintain my packages separately without touching my whole Application, or am i wrong? :)
Or would you build the complete Application just right out of the box without your own packages?