element119/module-admin-module-list

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

1.0.0 2023-06-23 20:08 UTC

This package is auto-updated.

Last update: 2024-04-22 00:14:42 UTC


README

📝 Features

✔️ View all modules installed in the Magento application

✔️ Easily identify which modules are enabled and disabled

✔️ See which modules are installed via Composer and which are installed locally

✔️ Provides configuration options to handle non-standard Magento module installation locations

✔️ Customise the grid view with filters, sorting, pagination, and column visibility

✔️ Export grid data in CSV, XML, or XLSX formats

✔️ Built in accordance with Magento best practises

✔️ Dedicated module configuration section secured with custom admin user controls

✔️ 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

Configuration for this module can be found in the Magento admin under Stores -> Settings -> Configuration -> Advanced -> System -> Modules.


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.


Directory Configuration

The names of the directories in which modules can be found can be configured in case something other than the standard vendor/ and app/code/ directories are used.


📸 Screenshots & GIFs

Admin Configuration

admin-config


Module List

admin-grid