Skip to content

A Magento 2 module that shows which modules are installed and whether they are enabled.

License

Notifications You must be signed in to change notification settings

element119/module-admin-module-list

Repository files navigation

element119 | Admin Module List

πŸ“ Features

βœ”οΈ View all modules installed in the Magento application

βœ”οΈ Easily identify which modules are enabled and disabled

βœ”οΈ Identify which modules are installed via Composer and which are installed locally

βœ”οΈ View corresponding Composer package names and versions

βœ”οΈ Customise the grid view with filters, sorting, pagination, and column visibility

βœ”οΈ Export grid data in CSV, XML, or XLSX formats

βœ”οΈ Supports Magento Open Source, Adobe Commerce, and Mage-OS

βœ”οΈ Built in accordance with Magento best practises

βœ”οΈ Seamless integration with Magento

βœ”οΈ Built with developers and extensibility in mind to make customisations as easy as possible

βœ”οΈ Installable via Composer

βœ”οΈ Theme agnostic


πŸ”Œ Installation

Run the following command to install this module:

composer require element119/module-admin-module-list
php bin/magento setup:upgrade

⏫ Updating

Run the following command to update this module:

composer update element119/module-admin-module-list
php bin/magento setup:upgrade

❌ Uninstallation

Run the following command to uninstall this module:

composer remove element119/module-admin-module-list
php bin/magento setup:upgrade

πŸ“š User Guide

Module List

The list of modules, their status, and how they are installed in the application can be seen in the admin by navigating to System -> Modules -> Module Information.


πŸ“Έ Screenshots & GIFs

Module List

admin-grid

About

A Magento 2 module that shows which modules are installed and whether they are enabled.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published