This package streamlines the creation of repositories and services in Laravel applications.
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"
php artisan repovice:create {modelName}
This will create a new files in your provided directory for the repository and services.
The MIT License (MIT). Please see License File for more information.