wmt-web / laravel-repovices
Create repositories and services of your model dynamically
Installs: 276
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wmt-web/laravel-repovices
Requires
- php: ^8.0|^7.4
- illuminate/console: ^8.0|^9.0|^10.0
This package is not auto-updated.
Last update: 2025-12-24 18:15:20 UTC
README
This package streamlines the creation of repositories and services in Laravel applications.
Installation
composer require wmt-web/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.