buchin / trait-generator
A Laravel Generator For Creating New Traits
Installs: 575
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 3
pkg:composer/buchin/trait-generator
Requires
- php: ^7.0
This package is auto-updated.
Last update: 2025-10-25 10:23:19 UTC
README
Laravel Generator For Creating New Traits
Installation
Install using composer
composer require cedextech/trait-generator --dev
Add the service provider, open config/app.php, and add a new item to the providers array.
Cedextech\TraitGenerator\ServiceProvider::class,
That's it! You're all set to go. Run the php artisan command from the Terminal to see the new make:trait command.
Usage
php artisan make:trait UserTrait