Oghouz / repogenerate by Oghouz

Laravel repository generator
45
1
2
Package Data
Maintainer Username: Oghouz
Maintainer Contact: mardan828@gmail.com (Mardan MEMET)
Package Create Date: 2018-02-09
Package Last Update: 2018-02-14
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:19:30
Package Statistics
Total Downloads: 45
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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