jakebathman/list-custom-artisan-commands

List only Artisan commands that fall under the application's App\ namespace, using much the same output as php artisan list.

1.0.3 2023-04-24 21:31 UTC

This package is auto-updated.

Last update: 2024-04-24 23:55:36 UTC


README

Latest Version on Packagist

This package adds a single command to your Laravel application:

php artisan list-custom

This provides much the same output as php artisan list, but only showing you commands that fall under the application's App\ namespace. This makes it much easier to see your own commands in an app, instead of your commands all mixed in to the default command set as well.

Installation

You can install the package via composer:

composer require jakebathman/list-custom-artisan-commands

Contributing

Please see CONTRIBUTING for details.

Security

See SECURITY.

Credits

License

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