elefant/app-installer

Elefant CMS的应用安装程序

安装: 346

依赖: 33

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 0

开放问题: 0

类型:composer-installer

1.0 2012-10-27 18:23 UTC

This package is auto-updated.

Last update: 2024-08-25 06:57:15 UTC


README

此自定义Composer安装程序将通过Composer将应用安装到Elefant CMS站点的apps/文件夹中。当Composer包使用elefant-app自定义包类型时,它将被触发。

用法

为了使用此安装程序安装应用,它需要一个包含以下内容的composer.json文件

{
	"name": "elefant/app-$NAME$",
	"type": "elefant-app",
	"license": "MIT",
	"repositories": [
		{"type": "git", "url": "http://github.com/jbroadway/elefant_installer"}
	],
	"require": {
		"elefant/app-installer": "*"
	}
}

类型元素将指示Composer使用此自定义安装程序。