https://github.com/morganestes/chassis-debug-extras
Extension for Chassis to enable extra development and debugging tools.
https://github.com/morganestes/chassis-debug-extras
chassis wordpress-development
Last synced: about 1 month ago
JSON representation
Extension for Chassis to enable extra development and debugging tools.
- Host: GitHub
- URL: https://github.com/morganestes/chassis-debug-extras
- Owner: morganestes
- Created: 2017-03-14T21:59:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T21:03:37.000Z (about 9 years ago)
- Last Synced: 2025-04-05T09:22:53.522Z (about 1 year ago)
- Topics: chassis, wordpress-development
- Language: Puppet
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chassis Debugging Extras
Extension for [Chassis](https://github.com/Chassis/Chassis) to enable extra development and debugging tools in WordPress.
## Installation
### Automatic (preferred)
To install, add both `Chassis/Debugging` and `morganestes/chassis-debug-extras` to your extensions list inside your config file.
Example `config.local.yaml` file:
```yaml
extensions:
- Chassis/Xdebug
- Chassis/Query-Monitor
- Chassis/Debugging
- morganestes/chassis-debug-extras
```
### Manual
1. Clone this repo into your Chassis `extensions` directory:
```sh
git clone https://github.com/morganestes/chassis-debug-extras /path/to/chassis/extensions/debugging-extras
```
1. Run `vagrant reload --provision` or `vagrant up` from inside Chassis.