Repository Design Pattern for Laravel 5 with Eloquent or Collection
Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain.
Normalize all database results to one unified interface, to make swapping repositories a breeze.