joelhy/lumen-vendor-publish
Composer 安装命令:
composer require joelhy/lumen-vendor-publish
包简介
vendor:publish for Lumen framework.
README 文档
README
This is a fork of laravelista/lumen-vendor-publish, which is mostly a copy from illuminate/foundation.
This package contains a single command that enables you to publish a package config file to the config folder of your Lumen application.
Installation
composer require joelhy/lumen-vendor-publish
Usage
To be able to use it you have to add it to your app/Console/Kernel.php file:
protected $commands = [
\Joelhy\LumenVendorPublish\VendorPublishCommand::class
];
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-23