βοΈ 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
Run the following command to install this module:
composer require element119/module-admin-module-list
php bin/magento setup:upgrade
Run the following command to update this module:
composer update element119/module-admin-module-list
php bin/magento setup:upgrade
Run the following command to uninstall this module:
composer remove element119/module-admin-module-list
php bin/magento setup:upgrade
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
.