I was wondering how I can run several versions of homestead without crashing VirtualBox.
I am currently running the default installation in laravel homestead, but I need to install another older version, the reason is that in the current version 0.4.0, the mysql server is 5.7, and this is normal, but I need a different environment with 5.6 because that I have an old project that requires 5.6, so the estate version 0.3.0 will be fine.
Just to be clear: I know how to run multiple sites. It's not a problem. I just want to launch a second, customizable version of the Laravel Homestead Vagrant box, but still have the ability to run my regular one.
Details: I managed to add both versions. Output:
vagrant box list laravel/homestead (virtualbox, 0.3.0) laravel/homestead (virtualbox, 0.4.0)
so version 0.4.0 is working fine, now how can i run 0.3.0?
Thanks in advance!
source share