<!-- TITLE: Mega Menu - Magento 2 module documentation--> # Mega Menu Module ## Module overview Mega Menu changes the default Magento menu into a menu with an attractive style and layout. ## Module compatibility This module is compatibile with Magento Community versions: **2.2**, **2.3**, **2.4** ## How it works Once installed, default menu is converted to new menu. ![Mega Menu](/uploads/mega-menu/mega-menu.png "Mega Menu") ## Demo demo1.magecreation.com ## Installation ### Composer 1. Add repo to composer.json: ```text "repositories": [ ... { "type": "vcs", "url": "git@git.auroracreation.com:magento2/module-mega-menu.git" } ... ], ``` 2. Add package to composer.json: ```text "require": { ... "aurora/module-mega-menu": "*" ... }, ``` 3. In Magento root folder run commands: ```text composer update aurora/module-mega-menu php bin/magento module:enable Aurora_MegaMenu php bin/magento setup:upgrade ``` ### Manual 1. Unzip archive. 2. Upload extension files on your server to: ```text {Magento root} └── app/ └── code ``` 3. In Magento root folder run commands: ```text php bin/magento module:enable Aurora_MegaMenu php bin/magento setup:upgrade ``` ## Changlog ### 1.1.0 * Change look, styles ### 1.0.3 * Fix bug layout ttl ### 1.0.2 * Add sort order in categories collection ### 1.0.1 * Remove topnav ### 1.0.0 * Create module ## Thank you for your interest in our products!