pare/repository

Laravel - Repositories to the database layer

v1.0.0 2015-09-29 08:43 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:28:52 UTC


README

Laravel Repository is a package for Laravel 5 which is used to abstract the database layer with the Repository Pattern. As a result our applications are more flexible and much easier to maintain.

Latest Stable Version Build Status License Scrutinizer Code Quality

Installation

Run the following command from you terminal:

 composer require pare/repository