A simple Vagrantfile to create a box (ubuntu/xenial64) with PHP 5.6+ (you choose), apache2 and oracle driver (oci8).
- Run install_vagrant_plugins.bat to install vagrant-env, vagrant-winnfsd and vagrant-timezone, you should run this file as adm;
- Make a copy of .env.example as .env and set the path to your application. Remember to use "//" instead of "/". There are also other parameters which are self-explanatory;
- Run "vagrant up"
- That's it =D
*Tested on PHP 5.6, 7.0, 7.1 and 7.2.
I am also planning to make it working with nginx.