I'm out of ideas about what I can do to finish my Laravel Homestead install.
Some infos :
- laravel/homestead (virtualbox, 0.2.4)
- vagrant base is lucid32. I can't use the serve command with SSH.
Here is my homestead.yaml :
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: /Users/bolos/base
to: /home/vagrant/base
sites:
- map: homestead.app
to: /home/vagrant/base/homestead/public
databases:
- homestead
variables:
- key: APP_ENV
value: local
provider: virtualbox
# blackfire:
# - id: foo
# token: bar
I don't know what else I can provide to help, but feel free to ask.
Thank you in advance.
/home/vagrant/base/homestead
) – Bogdan