steve-moretz/lumen-vendor-publish-command
最新稳定版本:v8.0.0
Composer 安装命令:
composer require steve-moretz/lumen-vendor-publish-command
包简介
The lost vendor:publish command for Lumen!
README 文档
README
Install and configure to get it added to your artisan commands list!
Overview
It is simply using VendorPublishCommand.php and VendorTagPublished.php from Laravel Framework itself.
Installation
composer require steve-moretz/lumen-vendor-publish-command
Usage
Automatic
use https://github.com/LaraPKG/lumen-discovery for adding auto-discovery to your lumen, so you won't have to do any manual Service Provider Registry for any package!
Manual
Register the service provider in bootstrap/app.php of your Lumen installation
$app->register(\SteveMoretz\LumenVendorPublish\Laravel\app\Providers\ServiceProvider::class);
Contributing
Feel free to send PRs.
License
This project is open-source software licensed under the MIT license.
统计信息
- 总下载量: 115
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-10-14