Extension for Chassis to enable extra development and debugging tools in WordPress.
To install, add both Chassis/Debugging and bigwing/chassis-debug-extras to your extensions list inside your config file.
Example config.local.yaml file:
extensions:
- Chassis/Xdebug
- Chassis/Query-Monitor
- Chassis/Debugging
- bigwing/chassis-debug-extras- Clone this repo into your Chassis
extensionsdirectory:git clone https://github.com/bigwing/chassis-debug-extras /path/to/chassis/extensions/debugging-extras
- Run
vagrant reload --provisionorvagrant upfrom inside Chassis.