pare/repository is a Laravel package for laravel - repositories to the database layer.
It currently has 0 GitHub stars and 212 downloads on Packagist (latest version v1.0.0).
Install it with composer require pare/repository.
Discover more Laravel packages by pare
or browse all Laravel packages to compare alternatives.
Last updated
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.
Run the following command from you terminal:
composer require pare/repository