| 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: | 2025-11-03 15:12:26 |
| Package Statistics | |
|---|---|
| Total Downloads: | 45 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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