oghouz/repogenerate

Laravel repository generator

dev-master 2018-02-14 11:05 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:21:57 UTC


README

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