Courses

SOLID Code in Laravel

S: Single-Responsibility Principle - Too Big Methods

avatar

Not sure if related to SOLID, but would it be a good option to pass a DTO (called InvoiceParams for example) to StoreNewInvoice method?

avatar

Yes, I think it would be a valid option.