Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain. https://bosnadev.com
Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain.
Installation
Run the following command from you terminal:
composer require "bosnadev/repositories: 0.*"
or add this to require section in your composer.json file:
"bosnadev/repositories": "0.*"
then run
composer update
from https://github.com/bosnadev/repository