Skip to content

opengento/magento2-dev-plugin-list

Repository files navigation

Module for Magento 2

Latest Stable Version License: MIT Packagist Packagist

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

  • Opengento Community - Lead - Twitter Follow
  • Contributors - Contributor - GitHub contributors

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!