jakebathman/list-custom-artisan-commands

仅列出属于应用程序 App\ 命名空间的 Artisan 命令,输出格式与 php artisan list 类似。

1.0.3 2023-04-24 21:31 UTC

This package is auto-updated.

Last update: 2024-09-25 00:51:39 UTC


README

Latest Version on Packagist

此包为您的 Laravel 应用程序添加单个命令

php artisan list-custom

它提供了与 php artisan list 相似的功能输出,但仅显示属于应用程序 App\ 命名空间的命令。这使得在应用程序中查看自己的命令变得更加容易,而不是将命令混合到默认命令集中。

安装

您可以通过 composer 安装此包

composer require jakebathman/list-custom-artisan-commands

贡献

有关详细信息,请参阅 CONTRIBUTING

安全

安全信息:SECURITY

鸣谢

许可证

MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件