I want to start a project with Laravel, but the set up before any work is just horrendous. I'm watching this video: https://www.youtube.com/watch?v=bC8OjU5ZlJQ and right around the 11:35 mark I just get this: error
This is how my Homestead.yaml is configured:
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/web/sites
to: /home/vagrant/sites
sites:
- map: test.app
to: /home/vagrant/sites/test
databases:
- homestead
Don't really know what I'm doing wrong, any help is appreciated!
EDIT: duplicate of Vagrant: missing file id_rsa