cyberspectrum / contao-debugger
General purpose debugger integration for Contao
Installs: 131
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 2
Open Issues: 0
Type:contao-module
Requires
- php: >=5.3
- contao-community-alliance/composer-plugin: ~2.0
- contao/core: >=3.1,<4.0.0
- maximebf/debugbar: ~1.9
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-27 12:46:49 UTC
README
Debugger integration for Contao Open Source CMS.
This projects utilizes the great debug bar by maximebf.
It replaces the Contao internal debug bar entirely and provides several debugging inspections, all without the need to install any PHP extension or the like.
Installation
Add to your composer.json
in the require
section:
"cyberspectrum/contao-debugger": "~1.0"
Usage
Simply enable the Contao debug mode as usual and you are all set. You will see a small icon on the bottom left corner in the front and backend of Contao. Click on it and the debug bar will expand.