Repositories
Final Thoughts
This article by Soulaimaneyh explaining the repository pattern.
Introduction
We created a open source package with our implimentation of the [repository pattern](https://github.com/PropaySystems/laravel-base-repositories). This gives you alot of boiler plate to write less code. You will need to be diciplined to use the functions correctly and stick with your standards.
Introduction
SOLID, this acronym was coined by Michael Feathers, it represents the five basic principles of object-oriented programming developed by Uncle Bob. Most programmers probably know this acronym. But it seems to me that a minority can decode it.
