Sample code for repository design pattern in laravel
(no description)
Repository is a design pattern for Laravel 5 which is used to abstract the database layer.
Repository Design Pattern for Laravel 5 with Eloquent or Collection
Repository Design Pattern for Yii2
An implementation of the repository pattern for laravel that decouple Eloquent models using standard php objects
An implementation of the repository & gateway design pattern for Laravel 4
Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain.