joelhy / lumen-vendor-publish
Lumen 框架的 vendor:publish 工具。
6.0.0
2019-09-23 13:47 UTC
Requires
- php: ^7.2
- illuminate/console: ^6.0
- illuminate/filesystem: ^6.0
- illuminate/support: ^6.0
- league/flysystem: ^1.0.8
Replaces
README
这是一个来自 laravelista/lumen-vendor-publish 的分支,主要来自 illuminate/foundation
的复制。
此包包含一个命令,允许您将包配置文件发布到您的 Lumen 应用程序的配置文件夹中。
安装
composer require joelhy/lumen-vendor-publish
用法
要使用它,您必须将其添加到您的 app/Console/Kernel.php
文件中
protected $commands = [
\Joelhy\LumenVendorPublish\VendorPublishCommand::class
];