eis3nhorn/lumen-vendor-publish

Lumen 框架的 vendor:publish 命令。

2.1.0 2017-09-26 12:43 UTC

This package is auto-updated.

Last update: 2024-09-29 05:22:09 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

这个包主要复制自 illuminate/foundation.

这个包包含一个命令,允许您将包配置文件发布到 Lumen 应用程序的配置文件夹。

安装

composer require eis3nhorn/lumen-vendor-publish

用法

要使用它,您必须将其添加到您的 app/Console/Kernel.php 文件中

protected $commands = [
    \Eis3nhorn\LumenVendorPublish\VendorPublishCommand::class
];