DEV Community

Discussion on: Clean Architecture with Laravel

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.