Zach Adams Web Developer and Programmer

Tag: Varying Vagrant Vagrants

Keep Varying Vagrant Vagrants (VVV) in Sync across multiple computers

July 15, 2015

Varying Vagrant Vagrants (VVV) is a vagrant box designed for WordPress developers to setup a fully-functioning and fully-equipped local development server that can easily manage multiple WordPress sites. VVV is an awesome addition to any WP developers workflow, however one of the problems I had with it was its inability to sync files and databases across multiple computers. This meant that VVV was stuck on the computer it was installed on, and I needed to be able to work with VVV on my work computer and my laptop. Read More

Adding XDebug to Varying Vagrant Vagrants (VVV)

January 12, 2015

Using VVV for WordPress development is awesome, however sometimes the errors returned are confusing and difficult to debug. Thankfully there’s a PHP extension which makes tracing the errors returned by PHP and WordPress much, much easier and that’s XDebug. Installing XDebug on your VVV machine is easy:… Read More