kimchanhyung98 / laravel-service-maker
Use it instead of directly creating a Trait.
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/kimchanhyung98/laravel-service-maker
pkg:composer/kimchanhyung98/laravel-service-maker
v0.1.0
2022-05-08 18:04 UTC
This package is not auto-updated.
Last update: 2024-01-02 17:49:16 UTC
README
Install
composer require kimchanhyung98/laravel-service-maker
Command
Service
php artisan make:service {name}
php artisan make:service PostService
TODO : Controller
Make Service ({name}Service), with controller name
php artisan make:controller {name} -s
php artisan make:controller {name} --service