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.
Installs: 617
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
pkg:composer/kimchanhyung98/laravel-service-maker
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