DEV Community

Discussion on: Domain Driven Design Aggregates with Laravel

Collapse
 
bdelespierre profile image
Benjamin Delespierre

It's true it's not easy to use DDD in Laravel without rebuilding a lot of systems from the ground up. I'm tryring to find a middle ground here so we can use DDD & UML and bring some consistency to the hot mess Laravel apps tend to become after a few years πŸ˜…

Speaking of which, Laravel has native support for value objects in Eloquent models, check it out!