hypesewa/hype-vender-publish
最新稳定版本:1.0.0
Composer 安装命令:
composer require hypesewa/hype-vender-publish
包简介
vendor:publish for Lumen framework.
README 文档
README
This package contains a single command borrowed from the Laravel framework that enables you to use php artisan vendor:publish in your Lumen application.
Overview
This package contains a copy of the class from Illuminate/Foundation/Console/VendorPublishCommand.
This repository now follows the Lumen framework versioning. Use the appropriate version of this package for your Lumen application. eg. Lumen ^8.0 -> LumenVendorPublish ^8.0. etc.
Installation
composer require hypesewa/hype-vender-publish
Usage
To be able to use it you have to add it to your app/Console/Kernel.php file:
protected $commands = [
\Hypesewa\HypeVenderPublish\VendorPublishCommand::class
];
License
LumenVendorPublish is open-source software licensed under the MIT license.
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-21