Change homestead file method
This commit is contained in:
parent
24fadc0cb2
commit
f8d13e311a
|
@ -4,3 +4,5 @@
|
||||||
.vagrant/*
|
.vagrant/*
|
||||||
|
|
||||||
composer.lock
|
composer.lock
|
||||||
|
|
||||||
|
Homestead.yaml
|
||||||
|
|
|
@ -12,7 +12,7 @@ keys:
|
||||||
- ~/.ssh/id_rsa
|
- ~/.ssh/id_rsa
|
||||||
|
|
||||||
folders:
|
folders:
|
||||||
- map: "/path/to/local/files"
|
- map: "/path/to/local/folder"
|
||||||
to: "/home/vagrant/panel"
|
to: "/home/vagrant/panel"
|
||||||
type: nfs
|
type: nfs
|
||||||
|
|
Loading…
Reference in New Issue