Download the PHP package vpietri/adm-quickdevbar without Composer
On this page you can find all versions of the php package vpietri/adm-quickdevbar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vpietri/adm-quickdevbar
More information about vpietri/adm-quickdevbar
Files in vpietri/adm-quickdevbar
Package adm-quickdevbar
Short Description QuickDevBar is a developer toolbar for magento 2
License OSL-3.0 AFL-3.0
Informations about the package adm-quickdevbar
Developer Toolbar for Magento2
:gift: Currently, the ADM_QuickDevBar
module has been refactored heavily: The architecture is redesigned to be compatible with Full page cache and fit coding standard :sparkles:
New functionalities are plugged: VarDumper handler, SQL backtrace, and more see Changelog .
The refactoring has come available under a new major version 0.2.0.
Requirement
Supported versions: Magento 2.4.x till 2.4.6 but should work with lower version. See composer.json for other requirements.
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.
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
-
Queries Tab
- Theme chooser
Installation
Manual (without composer)
- 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
- Upgrade Magento setup
With Composer
In the Magento root directory
- Install the module
With Modman
In the Magento root directory
- Install the module
Cleaning
-
Upgrade Magento setup
- Clear cache
Setup
The toolbar is displayed by default if your web server is on your local development environment.
You can force activation via command line
and activate full sql backtrace
Or via the standard configuration in the Advanced/Developer/Quick dev bar section.
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.
URI File to IDE
(Beta) In PhpStorm you can use IDE Remote Control to open file
https://plugins.jetbrains.com/plugin/19991-ide-remote-control
Sponsors
Add your logo on Github Sponsors
Documentation
- Changelog
You can extend this toolbar with your own tabs, a sample module is available.(refactoring coming soon)