terranc / lf-repository by terranc

Laravel 5 repository generator.
5
1
1
Package Data
Maintainer Username: terranc
Maintainer Contact: terran.chao@lookfeel.co (terranc)
Package Create Date: 2017-06-29
Package Last Update: 2017-08-11
Language: PHP
License: MIT
Last Refreshed: 2024-03-25 03:05:55
Package Statistics
Total Downloads: 5
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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