Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 769 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 769 Bytes

Artisan Complement

A list of complementary Artisan commands to make working with Laravel framework more convenient.

Installation

To get started with Artisan Complement, simply run:

composer require yappkahowe/artisan-complement
'providers' => [
    // Other service providers...

    Yappkahowe\ArtisanComplement\ArtisanComplementServiceProvider::class,
],

Complementary Commands

  1. make:channel Create a new channel class.
  2. make:observer Create a new observer class.
  3. make:scope Create new scope class.

Suggestions

Feel free to open an issue to submit your suggestion, or propose for new command.

License

Artisan Complement is open-sourced software licensed under the MIT license