How to use Repository Pattern in Laravel
5 years ago
LaraShout wrote a good tutorial on how to use the Repository Pattern in Laravel 5.
The Repository Pattern in Laravel is a very useful pattern with a couple of great uses. The first use is the abstraction that it provides. Meaning, it adds another layer between your application logic and your database.
Link: