Skip to content

magento-hackathon/magento2-plugin-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Plugin Visualization

A tool to visualize which before/after/around methods of which modules will get executed in what order.

Installation

  1. Add the repository to the repositories section of your composer.json file:
"repositories": [
    {
     "type": "vcs",
     "url": "git@github.com:magento-hackathon/magento2-plugin-visualization.git"
    }
],
  1. Require the module & install
composer require magento-hackaton/module-plugin-visualization:dev-master

Usage

After installation you will find three new commands via the bin/magento command line tool:

  • dev:plugin:list - shows a list of the plugins used (recommended)
  • dev:plugin:graphviz - in development
  • dev:plugin:visualize - not done yet

Further Information

This module was developed during the Imagine Hackathon 2016. Pull requests are very welcome!

Original Hackathon Issue Discussion: magento-hackathon/pre-imagine-2016/issues/20

About

A Magento 2 Extension to visualize which before / after / around methods of which modules will get executed in what order.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages