dashbrew icon indicating copy to clipboard operation
dashbrew copied to clipboard

Vagrant build for developing PHP projects on different PHP versions and configurations

Results 27 dashbrew issues
Sort by recently updated
recently updated
newest added

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request....

I'm not sure if this is related to dashbrew or something's wrong with vagrant / the CMS I'm using for me (I'm not massively experienced with Vagrant outside of using...

enhancement

Can I install this dashbrew on windows ? and I can't install vagrant-hosts-provisioner plugin, Thank you,

How to enable self-signed certs? I have `ssl: true` in my .dashbrew file

The Wiki seems to be completely empty at the moment, despite the README pointing to it.

I get this error when trying to provision, any ideas on how to increase the timeout? Think it may be related to the number of projects I have with .dashbrew...

After vagrant ssh, during setting the directory by using cd command, if the project has a git vcs, cd command response time is nearly 4-5 s. If anyone has faced...

My environment.yaml: ``` php::builds: 5.6.0: installed: true default: true variants: - dev - gd extensions: xdebug: enabled: true version: stable xhprof: enabled: true version: latest fpm: port: 9002 autostart: true...

Use your local SSH keys on your Vagrant boxes, so that you don’t have to manage password-less keys for each box

In my testing with a recent copy of Drupal 8, using Virtualbox's new (as of 5.0.0) kvm paravirt provider can improve performance by up to 4x (measured in page loads...