A Chassis extension to install and configure GMP on your Chassis server.
We recommend installing this extension globally to make it available on every Chassis box.
git clone https://github.com/Chassis/gmp ~/.chassis/extensions/xdebug
- Add this extension to your extensions directory
git clone [email protected]:Chassis/gmp.git extensions/gmp
or alternatively add the following to one of your.yaml
files:extensions: - chassis/gmp
- Set your
config.local.yaml
PHP version to 5.6 or higher. - Run
vagrant provision
.