2017 © Pedro Peláez
 

composer-installer theme-installer

Theme installer for Elefant CMS

image

elefant/theme-installer

Theme installer for Elefant CMS

  • Saturday, October 27, 2012
  • by jbroadway
  • Repository
  • 1 Watchers
  • 2 Stars
  • 69 Installations
  • PHP
  • 10 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Composer installer for Elefant CMS themes

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)

Usage

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)

The Versions

27/10 2012

dev-master

9999999-dev http://www.elefantcms.com/

Theme installer for Elefant CMS

  Sources   Download

MIT

installer cms theme themes elefant

27/10 2012

1.0

1.0.0.0 http://www.elefantcms.com/

Theme installer for Elefant CMS

  Sources   Download

MIT

installer cms theme themes elefant