All Projects → vpietri → Magento2 Developer Quickdevbar

vpietri / Magento2 Developer Quickdevbar

Developer Toolbar for Magento2

Projects that are alternatives of or similar to Magento2 Developer Quickdevbar

Works For Me
Collection of developer toolkits
Stars: ✭ 131 (-57.19%)
Mutual labels:  developer-tools, devtools
Magento2 Vagrant For Developers
Vagrant Box for Magento 2 Developers
Stars: ✭ 451 (+47.39%)
Mutual labels:  magento2, developer-tools
Prosemirror Dev Tools
Developer Tools for ProseMirror
Stars: ✭ 167 (-45.42%)
Mutual labels:  developer-tools, devtools
Hmake
HyperMake - Makes Builds Green without Worrying about Pre-requisites
Stars: ✭ 95 (-68.95%)
Mutual labels:  developer-tools, devtools
red
A fast, in-kernel, ad-hoc point-to-point vxlan network.
Stars: ✭ 31 (-89.87%)
Mutual labels:  devtools, developer-tools
Service Worker Detector
This extension detects if a website registers a Service Worker.
Stars: ✭ 124 (-59.48%)
Mutual labels:  developer-tools, devtools
Kubefwd
Bulk port forwarding Kubernetes services for local development.
Stars: ✭ 2,713 (+786.6%)
Mutual labels:  developer-tools, devtools
Logvac
Simple, lightweight, api-driven log aggregation service with realtime push capabilities and historical persistence.
Stars: ✭ 61 (-80.07%)
Mutual labels:  developer-tools, devtools
portal
An api-driven, in-kernel layer 2/3 load balancer.
Stars: ✭ 101 (-66.99%)
Mutual labels:  devtools, developer-tools
nanobox-rails
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for de…
Stars: ✭ 19 (-93.79%)
Mutual labels:  devtools, developer-tools
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (-69.61%)
Mutual labels:  developer-tools, devtools
myke
make with yaml: development tasks made simple with golang, yaml and many ingredients
Stars: ✭ 67 (-78.1%)
Mutual labels:  devtools, developer-tools
Hoarder
A simple, api-driven storage system for storing code builds and cached libraries for cloud-based deployment services.
Stars: ✭ 91 (-70.26%)
Mutual labels:  developer-tools, devtools
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (-58.5%)
Mutual labels:  developer-tools, devtools
Artemis Dev Tool
An Apollo GraphQL Query Schema Testing Tool
Stars: ✭ 66 (-78.43%)
Mutual labels:  developer-tools, devtools
Aiohttp Devtools
dev tools for aiohttp
Stars: ✭ 202 (-33.99%)
Mutual labels:  developer-tools, devtools
Pulse
Dynamic, api-driven stats collector service for realtime stats publishing and historical aggregation with Influxdb.
Stars: ✭ 48 (-84.31%)
Mutual labels:  developer-tools, devtools
Grpcc
A gRPC cli interface for easy testing against gRPC servers
Stars: ✭ 1,078 (+252.29%)
Mutual labels:  developer-tools, devtools
Magento2 Easy Template Path Hints
Magento 2 Easy Template Path Hints
Stars: ✭ 36 (-88.24%)
Mutual labels:  magento2, developer-tools
narc
Small utility to watch log files and ship to syslog service.
Stars: ✭ 18 (-94.12%)
Mutual labels:  devtools, developer-tools

Developer Toolbar for Magento2

Code Climate Total Downloads

About

Hope this debug toolbar can speed up Magento2 development module. Any feedback and idea to improve this toolbar will be appreciated 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.

Features

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
  • 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
  • Translation : Quickly see module, pack,theme and DB translations
  • Actions : Easily toggle template hints and inline translation and flush cache
  • Help : Show module version and link to github

Screenshots

  • Info tab

  • Queries Tab

  • See the toolbar in action Video

Installation

Manual (without composer)

  • Download zip file of thelast 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

With Composer

In the Magento root directory

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

With Modman

In the Magento root directory

  • Install the module
modman clone [email protected]:vpietri/magento2-developer-quickdevbar.git
php bin/magento module:enable ADM_QuickDevBar 
php bin/magento setup:upgrade

Cleaning

  • Upgrade Magento setup
php bin/magento setup:upgrade
  • Clear cache
php bin/magento cache:flush

Setup

The toolbar is displayed by default if your web server is on your local development environment.

The configuration is in Stores/Configuration/Advanced/Developer/Quick dev bar configuration

If you do not see the toolbar you should either force activation by setting the select "Activate" to "Yes" or fill your IP in the field "Allowed IPs" or fill a matching pattern of you user-agent in the field "Allowed user-agent pattern"

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].