cedextech/trait-generator

This package is abandoned and no longer maintained. No replacement package was suggested.

A Laravel Generator For Creating New Traits

1.0 2017-10-15 20:57 UTC

This package is not auto-updated.

Last update: 2024-03-31 00:53:31 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