Looking to hire Laravel developers? Try LaraJobs

laravel-trait maintained by luigel

Description
A simple artisan command to generate Traits
Last update
2020/06/17 08:38 (dev-master)
License
Downloads
947

Comments
comments powered by Disqus

Latest Version on Packagist Test StyleCI Scrutinizer Code Quality Total Downloads License

Artisan command for Traits

Laravel Trait is a simple artisan command that generates Trait in your app.

Installation

You can install the package via composer:

composer require luigel/laravel-trait

Usage

How to Generate Trait

# Huggable.php will be created in App\Traits\Huggable.php
php artisan make:trait Huggable

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email rigel20.kent@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.