Skip to content

mzeis/mm15nl-magento1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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_Magento1.git"
        }
    ],
    ...
}

Update your project by calling:

composer update

##Developer

License

MIT License

About

Example module for my talk at Meet Magento 2015 Netherlands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published