I’m so begginner in the vagrant tool,,but i did somethings with vagrant and the next step should be booting up a virtual machine with php. I normally booting up the vms from command line with vagrant up, now, i want to know that is possible do it from php and how can i do it, because i already try this: <?php exec('vagrant up');?> but, i don’t get some answer.