wmt-web/laravel-repovices

Create repositories and services of your model dynamically


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.