elefant/app-installer
Composer 安装命令:
composer require elefant/app-installer
包简介
App installer for Elefant CMS
关键字:
README 文档
README
This custom Composer installer will install apps
into an Elefant CMS site's apps/ folder through Composer. It will trigger
when a Composer package uses the elefant-app custom package type.
Usage
In order for an app to install using this installer, it needs a composer.json
file with the following:
{
"name": "elefant/app-$NAME$",
"type": "elefant-app",
"license": "MIT",
"repositories": [
{"type": "git", "url": "http://github.com/jbroadway/elefant_installer"}
],
"require": {
"elefant/app-installer": "*"
}
}
The type element will instruct Composer to use this custom installer.
统计信息
- 总下载量: 356
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 33
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-05-10