DEV Community

Discussion on: Repository Pattern in Laravel

Collapse
 
davidrjenni profile image
David

Thank you, @bdelespierre for your feedback, much appreciated 🙏.

One thing I believe is missing is the whole point of having repositories; to abstract entity management from storage layer.

I'll expand on the reasons I think the Repository pattern is helpful in the next blog post. I wanted to keep this post focused on the general concept and how to implement it in Laravel.

You can read more about that on my dev.to page 😉

I'll definitively check them out 👍. Thanks for the pointer.