2017 © Pedro Peláez
 

composer-installer app-installer

App installer for Elefant CMS

image

elefant/app-installer

App installer for Elefant CMS

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

The README.md

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., (*1)

Usage

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)

The Versions

27/10 2012

dev-master

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

App installer for Elefant CMS

  Sources   Download

MIT

app installer cms apps elefant

27/10 2012

1.0

1.0.0.0 http://www.elefantcms.com/

App installer for Elefant CMS

  Sources   Download

MIT

app installer cms apps elefant