Skip to content

bennoislost/magento-module-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento Module Skeleton

Build Status

A snapshot to begin your Magento 1 module

Installation

Clone repository..

git clone [email protected]:bennoislost/magento-module-skeleton.git .

Usage

composer install command will download and extract magento core with useful development modules into ./magento. From here you can use a tool like n98-magerun.phar to create your skeleton module structure.

Composer script commands

  • mage:redeploy - Redeploy magento-module & magento-core composer packages into Magento root directory.
  • mage:cache:flush - Will purge cache directory.

Extra tooling

Download the following tools for more win.