mzeis / mm15nl-magento2

Example module for my talk at Meet Magento 2015 Netherlands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Mzeis Mm15nl

This extension is part of the talk "Building Magento 2 extensions 101 for Magento 1 developers" at MM15NL. The slides can be found at SlideShare.

This module was created for demo purposes only. Do not use it in production.

##Installation

Using the Magento Composer installer or AOE Composer installer, add the module to your composer.json project file:

{
    "require": {
        "mzeis/mm15nl": "dev-master"
    },
    ...
}

Then, add the repository to your repositories list:

{
    ...
    "repositories": [
        ...,
        {
            "type": "vcs",
            "url": "https://github.com/mzeis/Mm15nl_Magento2.git"
        }
    ],
    ...
}

Update your project by calling:

composer update

##Developer

License

MIT License

About

Example module for my talk at Meet Magento 2015 Netherlands.


Languages

Language:PHP 88.4%Language:HTML 11.6%