Skip to content

Additional Artisan commands to make working in Laravel framework more convenient.

License

Notifications You must be signed in to change notification settings

yappkahowe/artisan-complement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Additional Artisan commands to make working in Laravel framework more convenient.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages