2017 © Pedro Peláez
 

library trait-generator

A Laravel Generator For Creating New Traits

image

cedextech/trait-generator

A Laravel Generator For Creating New Traits

  • Monday, October 16, 2017
  • by devkiran
  • Repository
  • 1 Watchers
  • 2 Stars
  • 843 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 66 % Grown

The README.md

Laravel Trait Generator Build Status

Laravel Generator For Creating New Traits, (*1)

Installation

Install using composer, (*2)

composer require cedextech/trait-generator --dev

Add the service provider, open config/app.php, and add a new item to the providers array., (*3)

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., (*4)

Usage

php artisan make:trait UserTrait

The Versions

16/10 2017

dev-master

9999999-dev

A Laravel Generator For Creating New Traits

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by Kiran K

15/10 2017

1.0

1.0.0.0

A Laravel Generator For Creating New Traits

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by Kiran K