DEV Community

Discussion on: Clean Architecture with Laravel

Collapse
 
myckhel profile image
Michael Ishola

Im seeing complexity here.
I hope the proposal is not introducing complexity to the framework.

Collapse
 
samnowakowski profile image
Sam Nowakowski

It is not about the framework. It's about letting the framework be a detail of the implementation - domain and use cases separate from the framework. For a deeper look, I can recommend the talk by Matthias Noback on Hexagonal Architectures.

Collapse
 
bdelespierre profile image
Benjamin Delespierre

The framework is left untouched. This implementation is completely compatible with the rest of the Laravel ecosystem