Skip to content

Oghouz/repogenerate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Repository Generator

Build Status StyleCI Latest Stable Version Total Downloads Latest Unstable Version

This package offer the possibility to generate repository for Laravel 5

Compatibility

Laravel
5.3.x
5.4.x
5.5.x and up

Installation

  1. Install package wit composer

    composer require oghouz/repogenerate

  2. Register the service provider

Add the provider to config/app.php

Oghouz\RepoGenerate\RepoGenerateServiceProvider::class,
  1. Publish

    php artisan vendor:publish --provider="Oghouz\RepoGenerate\RepoGenerateServiceProvider"

Configuration

config/repository.php

Usage

php artisan make:repository YourModelName   

About

Laravel repository generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages