opengento / module-dev-plugin-list
This module list all the plugins installed in the Magento 2 instance and their load order when triggered.
Fund package maintenance!
www.helloasso.com/associations/opengento/formulaires/1
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 0
Type:magento2-module
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: 2024-11-04 13:14:39 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!