Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/element119/module-admin-module-list
A Magento 2 module that shows which modules are installed and whether they are enabled.
https://github.com/element119/module-admin-module-list
admin magento2 utility
Last synced: about 4 hours ago
JSON representation
A Magento 2 module that shows which modules are installed and whether they are enabled.
- Host: GitHub
- URL: https://github.com/element119/module-admin-module-list
- Owner: element119
- License: mit
- Created: 2023-06-21T23:03:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T18:03:25.000Z (21 days ago)
- Last Synced: 2024-10-20T02:24:01.405Z (19 days ago)
- Topics: admin, magento2, utility
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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:
```bash
composer require element119/module-admin-module-list
php bin/magento setup:upgrade
```
## ⏫ Updating
Run the following command to *update* this module:
```bash
composer update element119/module-admin-module-list
php bin/magento setup:upgrade
```
## ❌ Uninstallation
Run the following command to *uninstall* this module:
```bash
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](https://github.com/element119/module-admin-module-list/assets/40261741/f8822c00-7854-4828-ae3d-f93322a6b1e5)