PHP Classes

File: libraries/vendor/phpunit/dbunit/Vagrantfile

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/phpunit/dbunit/Vagrantfile   Download  
File: libraries/vendor/phpunit/dbunit/Vagrantfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 7 years ago
Size: 258 bytes
 

Contents

Class file image Download
VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "hashicorp/precise64" if Vagrant.has_plugin?("vagrant-cachier") end config.vm.provision "shell", inline: "source /vagrant/build/vagrant.sh" end