An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Module for Magento 2

[![Latest Stable Version](https://img.shields.io/packagist/v/opengento/module-dev-plugin-list.svg?style=flat-square)](https://packagist.org/packages/opengento/module-dev-plugin-list)
[![License: MIT](https://img.shields.io/github/license/opengento/magento2-dev-plugin-list.svg?style=flat-square)](./LICENSE)
[![Packagist](https://img.shields.io/packagist/dt/opengento/module-dev-plugin-list.svg?style=flat-square)](https://packagist.org/packages/opengento/module-dev-plugin-list/stats)
[![Packagist](https://img.shields.io/packagist/dm/opengento/module-dev-plugin-list.svg?style=flat-square)](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* - [![Twitter Follow](https://img.shields.io/twitter/follow/opengento.svg?style=social)](https://twitter.com/opengento)
- **Contributors** - *Contributor* - [![GitHub contributors](https://img.shields.io/github/contributors/opengento/magento2-dev-plugin-list.svg?style=flat-square)](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!***