terranc/lf-repository

Laravel 5 repository generator.
5 1
Install
composer require terranc/lf-repository
PHP:>=5.4.0
License:MIT
Last Updated:Aug 11, 2017
Links: GitHub  ·  Packagist
Maintainer: terranc

LF-repository

Installation

Step 1

composer install terranc/lf-repository --dev

Step 2

Add the following code to your app/Providers/AppServiceProvider.php file, within the root() method:

if ($this->app->environment() == 'local') {
  $this->app->register(\Lookfeel\Repository\RepositoryServiceProvider::class);
}

Step 3

php artisan vendor:publish --provider "Lookfeel\Repository\RepoistServiceProvider" 

Usage

php artisan make:repository

Related Packages

elvis/database

Repository Pattern Library based in Laravel

12 0
awes-io/repository

Implementation of repository pattern for Laravel. The package allows out-of-the-...

105,406 171
pvitoroliveira/code-database

My repository pattern library based in laravel

61 0
leoalmar/codeeducation-codedatabase

Repository Pattern library based in Laravel

49 0