include the Homestead.yaml
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
18
Homestead.yaml
Normal 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
|
||||
Reference in New Issue
Block a user