Total Pageviews

Friday 26 August 2016

Laravel Repositories

Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain. 
Build Status SensioLabsInsight Latest Stable Version Total Downloads Monthly Downloads License
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