Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

cedextech/trait-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Trait Generator Build Status

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