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
extensions
directory:git clone https://github.com/bigwing/chassis-debug-extras /path/to/chassis/extensions/debugging-extras
- Run
vagrant reload --provision
orvagrant up
from inside Chassis.