rubenzantingh/magento2-admin-module-list

Overview of installed Magento modules

Maintainers

Package info

github.com/rubenzantingh/RubenZantingh_AdminModuleList

Type:magento2-module

pkg:composer/rubenzantingh/magento2-admin-module-list

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.0.0 2025-10-12 15:50 UTC

This package is auto-updated.

Last update: 2026-03-24 12:30:38 UTC


README

A Magento 2 module that provides a comprehensive overview of installed and active modules within your Magento instance.

Admin Module List - Grid view showing installed Magento modules with their versions, status, and descriptions

Requirements

  • Magento Open Source version 2.4.x
  • PHP 8.1 or higher

Installation

Installation through Composer is recommended. Alternatively the module can be placed in the app/code directory

composer require rubenzantingh/admin-module-list
bin/magento module:enable RubenZantingh_AdminModuleList
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean

Usage

  1. Log in to Magento Admin Panel
  2. Navigate to System > Installed Modules

Support and contribution

Can be done by creating an issue on this repository.