include the Homestead.yaml

This commit is contained in:
Nabeel Shahzad
2017-06-13 12:51:01 -05:00
parent b4dac95d1b
commit e7d93d8435
2 changed files with 20 additions and 1 deletions

3
.gitignore vendored
View File

@@ -14,7 +14,8 @@ storage/*.key
.env.*.php
.env.php
.env
Homestead.yaml
.vagrant
#Homestead.yaml
Homestead.json
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer

18
Homestead.yaml Normal file
View File

@@ -0,0 +1,18 @@
ip: 127.0.0.1
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: .
to: /home/vagrant/Code/phpvms
sites:
- map: phpvms.app
to: /home/vagrant/Code/phpvms/public
schedule: true
databases:
- homestead
name: phpvms
hostname: phpvms