cmanish049 / artisan-make
This package creates traits, services scaffolding using artisan command
v1.0.1
2020-05-05 16:55 UTC
This package is auto-updated.
Last update: 2025-05-29 01:08:14 UTC
README
This package creates trait and service scaffolding using artisan command.
Installation
You'll have to follow a couple of simple steps to install this package.
composer require cmanish049/artisan-make
Usage
Use below commands to create corresponding scaffold
php artisan make:trait
php artisan make:service