pare/repository
Laravel - Repositories to the database layer
212
| Install | |
|---|---|
composer require pare/repository |
|
| Latest Version: | v1.0.0 |
| PHP: | >=5.4.0 |
| License: | MIT |
| Last Updated: | Sep 29, 2015 |
| Links: | GitHub · Packagist |
Maintainer: PascalKleindienst
Laravel-Repository
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.
Installation
Run the following command from you terminal:
composer require pare/repository

