jakebathman / list-custom-artisan-commands
仅列出属于应用程序 App\ 命名空间的 Artisan 命令,输出格式与 php artisan list 类似。
1.0.3
2023-04-24 21:31 UTC
Requires
- php: ^8.0
- laravel/framework: >=8.0
Requires (Dev)
- orchestra/testbench: ^8.5
- phpunit/phpunit: ^9.0
- tightenco/duster: ^1.0
README
此包为您的 Laravel 应用程序添加单个命令
php artisan list-custom
它提供了与 php artisan list
相似的功能输出,但仅显示属于应用程序 App\
命名空间的命令。这使得在应用程序中查看自己的命令变得更加容易,而不是将命令混合到默认命令集中。
安装
您可以通过 composer 安装此包
composer require jakebathman/list-custom-artisan-commands
贡献
有关详细信息,请参阅 CONTRIBUTING
安全
安全信息:SECURITY
鸣谢
许可证
MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件