Development environment

I use Vagrant / VirtualBox when I have to (e.g. consulting on sites I didn’t build) but also find it very slow. Haven’t tried Docker. For my own sites I use a local stack installed with homebrew, which includes a command line utility for switching PHP version and enabling or disabling xdebug. I love the performance, but obviously the tradeoff is that I’m not getting 1:1 production environment emulation.

1 Like