dev-master
9999999-dev http://www.elefantcms.com/Theme installer for Elefant CMS
MIT
installer cms theme themes elefant
1.0
1.0.0.0 http://www.elefantcms.com/Theme installer for Elefant CMS
MIT
installer cms theme themes elefant
Wallogit.com
2017 © Pedro Peláez
Theme installer for Elefant CMS
This custom Composer installer will install themes
into an Elefant CMS site's layouts/ folder through Composer. It will trigger
when a Composer package uses the elefant-theme custom package type., (*1)
In order for a theme to install using this installer, it needs a composer.json
file with the following:, (*2)
{
"name": "elefant/theme-$NAME$",
"type": "elefant-theme",
"license": "MIT",
"repositories": [
{"type": "git", "url": "http://github.com/jbroadway/theme_installer"}
],
"require": {
"elefant/theme-installer": "*"
}
}
The type element will instruct Composer to use this custom installer., (*3)
Theme installer for Elefant CMS
MIT
installer cms theme themes elefant
Theme installer for Elefant CMS
MIT
installer cms theme themes elefant