I am trying to set up homestead (v0.2.2) on OSX 10.10 with the latest versions of virtualbox and vagrant.
I follow the instructions here http://laravel.com/docs/5.0/homestead
When I do "homestead up" the VM starts, but when I ssh in or check my share folder there is no laravel directory (as in no actual laravel 5 folders or files)
I notice in the "homestead up" output where ever there is "default: Running: inline script" it is followed by "default: stdin: is not a tty".
It starts at:
==> default: Running provisioner: file... ==> default: Running provisioner: shell... default: Running: inline script ==> default: stdin: is not a tty
Has anyone encountered this issue before and been able to solve it?
It should be "Code", the folder name. I assume you leave it default at homestead.yaml file.
After ssh into Vm, try "ls" command, you will see.
I did the "ls" command and there is no laravel folder, no laravel code.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community