2017 © Pedro Peláez
 

composer-installer magento-core-installer

allow Magento core to be run after installation via Composer

image

quafzi/magento-core-installer

allow Magento core to be run after installation via Composer

  • Wednesday, February 5, 2014
  • by quafzi
  • Repository
  • 3 Watchers
  • 2 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 5 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Magento Core Installer for Composer

Want to kick-off a new Magento project? What about dropping all the Magento core components from your project's repository?, (*1)

Usage

First of all, you should use (magento-composer-installer)[https://github.com/magento-hackathon/magento-composer-installer] to uncouple your extensions., (*2)

Now just add Magento itself as a new dependency using this Magento Core Installer. Therefor you need to generate a modman file (or another kind of mapping) for your Magento version and to provide a composer.json depending on Magento Core Installer., (*3)

Example:, (*4)

{
  "name": "magento/core",
  "type": "magento-core",
  "description": "Magento Core",
  "require": {
    "quafzi/magento-core-installer": "dev-master"
  }
}

How to generate a modman file for a whole Magento version?

Run mage_modman_generator.sh (which is part of this repository) in your Magento root folder., (*5)

The Versions

05/02 2014

dev-type-composer-installer

dev-type-composer-installer

allow Magento core to be run after installation via Composer

  Sources   Download

MIT

The Requires

 

by Thomas Birke

composer-installer magento

17/01 2014

dev-master

9999999-dev

allow Magento core to be run after installation via Composer

  Sources   Download

MIT

The Requires

 

by Thomas Birke

composer-installer magento