muriloamaral / magento2module
A sample module for Magento 2
Package info
github.com/muriloacs/Magento2Module
Type:magento2-module
pkg:composer/muriloamaral/magento2module
dev-master
2015-03-27 13:48 UTC
Requires
- php: ~5.5.0|~5.6.0
- magento/magento-composer-installer: *
This package is not auto-updated.
Last update: 2026-03-04 15:34:13 UTC
README
A sample module for Magento 2.
Installation
-
Add this project in your composer.json:
"require": { "muriloamaral/magento2module": "dev-master" }
-
Now tell composer to download it by running the command:
$ sudo composer update
Post installation
-
Enabling it in your
app/etc/config.phpfile.<?php 'modules' => array( // ... 'MuriloAmaral_Magento2Module' => 1 )