leolegends/maketrait is a Laravel package for package make:trait to laravel.
It currently has 1 GitHub stars and 2.370 downloads on Packagist (latest version 2.1).
Install it with composer require leolegends/maketrait.
Discover more Laravel packages by leolegends
or browse all Laravel packages to compare alternatives.
Last updated
This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
$ composer require leolegends/maketrait "2.1"
If you do not run Laravel 5.5 (or higher), then add the service provider in config/app.php:
leolegends\maketrait\maketraitServiceProvider::class,
$ php artisan make:trait TestTrait
Please see the changelog for more information on what has changed recently.
$ composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
license. Please see the license file for more information.