oghouz / repogenerate
Laravel repository generator
dev-master
2018-02-14 11:05 UTC
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2024-11-24 05:58:12 UTC
README
This package offer the possibility to generate repository for Laravel 5
Compatibility
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