oghouz/repogenerate is a Laravel package for laravel repository generator.
It currently has 1 GitHub stars and 45 downloads on Packagist.
Install it with composer require oghouz/repogenerate.
Discover more Laravel packages by oghouz
or browse all Laravel packages to compare alternatives.
Last updated
This package offer the possibility to generate repository for Laravel 5
Laravel | :-------------| 5.3.x | 5.4.x | 5.5.x and up |
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"
config/repository.php
php artisan make:repository YourModelName