opengento / module-dev-plugin-list
This module list all the plugins installed in the Magento 2 instance and their load order when triggered.
Package info
github.com/opengento/magento2-dev-plugin-list
Type:magento2-module
pkg:composer/opengento/module-dev-plugin-list
Fund package maintenance!
Requires
- php: ^7.4||^8.0
- magento/framework: *
- psr/log: *
Requires (Dev)
- magento/magento-coding-standard: ^33
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2026-03-04 15:51:32 UTC
README
This module add a BO entry for viewing all the plugins installed in the Magento 2 instance and their load order when triggered.
Setup
Magento 2 Open Source or Commerce edition is required.
Composer installation
Run the following composer command:
composer require opengento/module-dev-plugin-list
Setup the module
Run the following magento command:
bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
Features
v0.0.1: Initial push. List all the plugins installed in the Magento 2 instance and their load order when triggered.
Settings
There is no configuration at this time.
Documentation
Go to BO > Dev Plugins List.
Support
Raise a new request to the issue tracker.
Authors
License
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!