├── .vagrant └── machines │ └── default │ └── virtualbox │ └── id ├── README.md ├── Vagrantfile ├── manifests └── default.pp └── sites └── index.php /.vagrant/machines/default/virtualbox/id: -------------------------------------------------------------------------------- 1 | 2d158585-051a-47ea-89e9-ce00d183098a -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sapienza/vagrant-php-box/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sapienza/vagrant-php-box/HEAD/Vagrantfile -------------------------------------------------------------------------------- /manifests/default.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sapienza/vagrant-php-box/HEAD/manifests/default.pp -------------------------------------------------------------------------------- /sites/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sapienza/vagrant-php-box/HEAD/sites/index.php --------------------------------------------------------------------------------