fatihirday / repository-make
repository-make
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fatihirday/repository-make
Requires
- php: ^8.0
This package is auto-updated.
Last update: 2025-10-20 19:44:32 UTC
README
Installation
- Run composer command to install the package
composer require fatihirday/repository-make
- Publish the config and migration files.
php artisan vendor:publish --provider="Fatihirday\RepositoryMake\Providers\RepositoryServiceProvider"
- Response
* config/repository.php
Configuration
- Config repository File
return [ 'folder' => 'Services', ];
| Config | Des |
|---|---|
folder |
Interface and Repository path |
Make Repository and Interface
php artisan make:repository DemoRepository
