oghouz/repogenerate
Laravel Repository Generator
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
-
Install package wit composer
composer require oghouz/repogenerate
-
Register the service provider
Add the provider to config/app.php
Oghouz\RepoGenerate\RepoGenerateServiceProvider::class,
-
Publish
php artisan vendor:publish --provider="Oghouz\RepoGenerate\RepoGenerateServiceProvider"
Configuration
config/repository.php
Usage
php artisan make:repository YourModelName