This package creates trait and service scaffolding using artisan command.
You'll have to follow a couple of simple steps to install this package.
composer require cmanish049/artisan-make
Use below commands to create corresponding scaffold
php artisan make:trait
php artisan make:service