2017 © Pedro Peláez
 

magento2-module adm-quickdevbar

QuickDevBar is a developer toolbar for magento 2

image

vpietri/adm-quickdevbar

QuickDevBar is a developer toolbar for magento 2

  • Tuesday, June 19, 2018
  • by vpietri
  • Repository
  • 16 Watchers
  • 144 Stars
  • 20,133 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 39 Forks
  • 3 Open issues
  • 19 Versions
  • 20 % Grown

The README.md

Developer Toolbar for Magento2 🚀


Code Climate Total Downloads, (*1)

Table of Content

Overview

✨ With the Magento 2.4.7 compatibility, and the vanilla javascript refactoring comes the compatibility with Hyvä and Breeze themes., (*2)

🎁 Till compatible with Full page cache and fit coding standard :sparkles: Functionalities like VarDumper are unforced and SQL profiler backtrace is only on demand. See more Changelog ., (*3)

Requirement

Supported versions: Magento 2.4.x till 2.4.7 but should work with lower version. See composer.json for other requirements., (*4)

About

Hope this debug toolbar can speed up Magento2 development module. Any feedback and idea to improve this toolbar will be appreciated :beers: so get in touch via the issue tracker on GitHub. Feel free to fork and pull request. The structure of this toolbar is extremely simple you just need to add a new block in the layout to get your tab running., (*5)

Panels

  • Info : Main informations about controller, route, action and store. Search on core config data. Dedicated tab output for local and global phpinfo.
  • Design : List handles called and display layout structure of nested blocks and containers
  • Profile : View current observers, all events dispatched, collections and models loaded, plugins instanciated, preferences, cache hits
  • Queries : Statistics about executed queries and detailed query listing with syntax highlighting of main SQL keywords
  • Logs : Display log files with ability to reset these files
  • Dump : Catch all dump() in code
  • Actions : Easily toggle template hints and inline translation and flush cache
  • Translation : Quickly see module, pack,theme and DB translations
  • Help : Show module version and link to github

Screenshots

  • Info tab , (*6)

  • Queries Tab , (*7)

  • Profile Tab , (*8)

  • Theme chooser , (*9)

Installation

Manual

  • Download zip file of the last version of this extension under release tab
  • Extract files in the Magento root directory in the folder app/code/ADM/QuickDevBar
  • Enable the extension
php bin/magento --clear-static-content module:enable ADM_QuickDevBar
  • Upgrade Magento setup
php bin/magento setup:upgrade

Composer

In the Magento root directory, (*10)

  • Install the module
composer require vpietri/adm-quickdevbar --dev
php bin/magento module:enable ADM_QuickDevBar 
php bin/magento setup:upgrade

Modman

In the Magento root directory, (*11)

  • Install the module
modman clone git@github.com:vpietri/magento2-developer-quickdevbar.git
php bin/magento module:enable ADM_QuickDevBar 
php bin/magento setup:upgrade

Setup

The toolbar is displayed by default if your web server is on your local development environment., (*12)

You can force activation via command line, (*13)

php bin/magento dev:quickdevbar:enable

and activate full sql backtrace, (*14)

php bin/magento dev:quickdevbar:enable --sql-qdb-profiler

Or via the standard configuration in the Advanced/Developer/Quick dev bar section., (*15)

If you do not see the toolbar you should either force activation by filling your IP in the field "Allowed IPs" and fill a matching pattern of you user-agent in the field "Allowed user-agent pattern" if it's needed. , (*16)

URI File to IDE

(Beta) In PhpStorm you can use IDE Remote Control to open file, (*17)

https://plugins.jetbrains.com/plugin/19991-ide-remote-control, (*18)

, (*19)

Sponsors

Sansec.io, (*20)

Add your logo on Github Sponsors, (*21)

Documentation

  • Changelog
  • ~~You can extend this toolbar with your own tabs, a sample module is available.~~ (refactoring coming soon)

Credits

The Versions

19/06 2018

dev-master

9999999-dev

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

19/06 2018

0.1.13

0.1.13.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

18/01 2017

0.1.12

0.1.12.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

05/01 2017

0.1.11

0.1.11.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

09/11 2016

0.1.10

0.1.10.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

28/07 2016

0.1.9

0.1.9.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

22/07 2016

0.1.8

0.1.8.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

07/07 2016

0.1.7

0.1.7.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

30/06 2016

0.1.6.1

0.1.6.1

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

17/06 2016

0.1.6

0.1.6.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

22/04 2016

0.1.5.2

0.1.5.2

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

25/02 2016

0.1.5.1

0.1.5.1

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

12/12 2015

0.1.5

0.1.5.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

06/12 2015

0.1.4

0.1.4.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

04/12 2015

dev-develop

dev-develop

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

04/12 2015

0.1.3

0.1.3.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

29/06 2015

0.1.2

0.1.2.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

19/06 2015

0.1.1

0.1.1.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download

18/06 2015

0.0.1

0.0.1.0

QuickDevBar is a developer toolbar for magento 2

  Sources   Download