2017 © Pedro Peláez
 

magento2-module magento2module

A sample module for Magento 2

image

muriloamaral/magento2module

A sample module for Magento 2

  • Friday, March 27, 2015
  • by muriloamaral
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Synopsis

A sample module for Magento 2., (*1)

Installation

  1. Add this project in your composer.json:, (*2)

    "require": {
        "muriloamaral/magento2module": "dev-master"
    }
    
  2. Now tell composer to download it by running the command:, (*3)

    $ sudo composer update
    

Post installation

  1. Enabling it in your app/etc/config.php file., (*4)

    <?php
        'modules' => array(
            // ...
            'MuriloAmaral_Magento2Module' => 1
        )
    

The Versions

27/03 2015

dev-master

9999999-dev

A sample module for Magento 2

  Sources   Download

OSL-3.0

The Requires