dev-master
9999999-dev http://www.elefantcms.com/App installer for Elefant CMS
MIT
app installer cms apps elefant
1.0
1.0.0.0 http://www.elefantcms.com/App installer for Elefant CMS
MIT
app installer cms apps elefant
Wallogit.com
2017 © Pedro Peláez
App installer for Elefant CMS
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., (*1)
In order for an app to install using this installer, it needs a composer.json
file with the following:, (*2)
{
"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., (*3)
App installer for Elefant CMS
MIT
app installer cms apps elefant
App installer for Elefant CMS
MIT
app installer cms apps elefant