wmt-web-pruthvip / laravel-repovices
Create repositories and services of your model dynamically
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wmt-web-pruthvip/laravel-repovices
Requires
- php: ^8.2
- illuminate/console: ^8.0|^9.0|^10.0
README
This package streamlines the creation of repositories and services in Laravel applications.
Installation
composer require wmt-web-pruthvip/laravel-repovices
Copy the package config to your local config with the publish command::
php artisan vendor:publish --provider="Laravel\Repovices\RepovicesServiceProvider"
Usage
php artisan repovice:create {modelName}
This will create a new files in your provided directory for the repository and services.
License
The MIT License (MIT). Please see License File for more information.