Categories
Dev

Laravel Domain Driven: Application Layer

An application’s goal is to get some kind of input, transform it for use in the domain layer, and represent the output to the user or store it somewhere.

Categories
Dev

Laravel Domain Driven: Domain Layer

“Human think in categories, our code should be a reflection of that”. Recently I’ve read an awesome e-book about Laravel DDD. It refreshed me a lot memories in the past. And also I’ve got new learnings.