Looking to hire Laravel developers? Try LaraJobs

laravel-repovices maintained by wmt-web

Comments
comments powered by Disqus

laravel-repovices

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.