Iam trying to use homestead laravel seems to be some kind of problem which seems strange to me.
root@seetha-H81M-S:/home
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
vm:
* The host path of the shared folder is missing: ~/Code
homestead.yaml
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Code
to: /home/Homestead
sites:
- map: nal.app
to: /home/seetha/Homestead/nal/public
There is a folder called Homestead in / home / Homestead, it still seems to be working. I have similar questions in stack overflow, but nothing works for me.
Can anyone help me solve this problem. Thanks in advance.
OS Ubuntu 14.04
source
share