magento2-module magento2module
A sample module for Magento 2
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
Synopsis
A sample module for Magento 2., (*1)
Installation
-
Add this project in your composer.json:, (*2)
"require": {
"muriloamaral/magento2module": "dev-master"
}
-
Now tell composer to download it by running the command:, (*3)
$ sudo composer update
Post installation
-
Enabling it in your app/etc/config.php
file., (*4)
<?php
'modules' => array(
// ...
'MuriloAmaral_Magento2Module' => 1
)
dev-master
9999999-dev
A sample module for Magento 2
Sources
Download
OSL-3.0
The Requires