DEV Community

Discussion on: Laravel Repository Pattern

Collapse
 
herminioheredia profile image
Herminio Heredia Santos

This seems to be a classic example of a smell coupling with a middle man.
On the other hand, the advantages you are talking about are achieved in another way without the need to use "Repositories" which in this case is more a wrapper with delegation than a genuine implementation of the repository pattern