chadrien/magento-app

This package is abandoned and no longer maintained. No replacement package was suggested.

Skeleton Magento Application

1.9.1.0 2014-12-11 11:20 UTC

This package is not auto-updated.

Last update: 2016-09-22 14:51:52 UTC


README

Magento Skeleton Application for Composer

Downloading a Magento archive from magento.com is so 2010, use composer create-project instead !

Usage

Step 1, go in your shell:

$ composer create-project chadrien/magento-app [target-directory] [version]

Step 2: PROFIT!!!

Available versions:

  • 1.8 for Magento CE v1.8.*
  • 1.9 for Magento CE v1.9.*

What's in it?

  • Magento core code, installed with Composer thanks to MagentoHackaton
  • local.xml generation if it does not exist yet
  • Modman
    • A modman directory (you'll be asked for a first module creation uppon installation)
    • deployment of your modules after composer install or composer update
  • n98-magerun

What next?

  • Add tests
  • Add support for Magento 2

Credits

Many thanks to damien-biasotto for being my co-pilote during pair programming sessions.