https://github.com/opengento/magento2-dev-plugin-list
https://github.com/opengento/magento2-dev-plugin-list
magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module plugin plugin-architecture plugins
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opengento/magento2-dev-plugin-list
- Owner: opengento
- License: mit
- Created: 2024-05-24T08:35:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T12:20:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T11:19:51.851Z (over 1 year ago)
- Topics: magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module, plugin, plugin-architecture, plugins
- Language: PHP
- Size: 22.5 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Module for Magento 2
[](https://packagist.org/packages/opengento/module-dev-plugin-list)
[](./LICENSE)
[](https://packagist.org/packages/opengento/module-dev-plugin-list/stats)
[](https://packagist.org/packages/opengento/module-dev-plugin-list/stats)
This module add a BO entry for viewing all the plugins installed in the Magento 2 instance and their load order when triggered.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Features](#features)
- [Settings](#settings)
- [Documentation](#documentation)
- [Support](#support)
- [Authors](#authors)
- [License](#license)
## 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](https://github.com/opengento/magento2-dev-plugin-list/issues) to the issue tracker.
## Authors
- **Opengento Community** - *Lead* - [](https://twitter.com/opengento)
- **Contributors** - *Contributor* - [](https://github.com/opengento/magento2-dev-plugin-list/graphs/contributors)
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***