PHPackages                             muriloamaral/magento2module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. muriloamaral/magento2module

ActiveMagento2-module[Framework](/categories/framework)

muriloamaral/magento2module
===========================

A sample module for Magento 2

021PHP

Since Mar 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/muriloacs/Magento2Module)[ Packagist](https://packagist.org/packages/muriloamaral/magento2module)[ RSS](/packages/muriloamaral-magento2module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Synopsis
--------

[](#synopsis)

A sample module for Magento 2.

Installation
------------

[](#installation)

1. Add this project in your composer.json:

    ```
    "require": {
        "muriloamaral/magento2module": "dev-master"
    }
    ```
2. Now tell composer to download it by running the command:

    ```
    $ sudo composer update
    ```

Post installation
-----------------

[](#post-installation)

1. Enabling it in your `app/etc/config.php` file.

    ```
