Skip to content

jbroadway/elefant_installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Composer installer for Elefant CMS apps

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.

About

Composer.phar installer for Elefant CMS apps.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages