zero-config/preacher-installer
Composer 安装命令:
composer require zero-config/preacher-installer
包简介
Installer for Preacher
README 文档
README
This installer enables Preacher to support plugins using Symfony Bundles and by
introducing the preacher-plugin package type to Composer.
You can enable your Symfony Bundle inside Preacher by setting the following in your package:
{
"type": "preacher-plugin",
"require": {
"zero-config/preacher-installer": "^1.0"
},
"extra": {
"class": "\\My\\Preacher\\Plugin\\AwesomeBundle"
}
}
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2017-02-18