wmt-web/laravel-repovices

Create repositories and services of your model dynamically

Maintainers

Package info

github.com/wmt-web/laravel-repovices

pkg:composer/wmt-web/laravel-repovices

Statistics

Installs: 295

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0


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.