0

I'm new to this so it's kinda have been taking me a while to set up, but following the official guide I still don't know where did I go wrong, my homestead.yaml looks like this


ip: "192.168.10.10" memory: 2048 cpus: 2 provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys: - ~/.ssh/id_rsa

folders: - map: C:\Users\user\Documents\Projects

to: /home/vagrant/code

sites: - map: homestead.test

to: /home/vagrant/code/public

databases: - homestead

features: - mariadb: false - ohmyzsh: false - webdriver: false

my host file looks like this:

192.168.10.10 homestead.test

but whenever I try to access http://homestead.test/ I get "no input file specified" and I've tried most of the solutions online with entering vagrant reload --provision and go through vagrant ssh and then create a new project using composer. Nothing worked for me.

I'd appreciate any additional guidance.

P.S.: I'm using Windows 10

2
  • Does this answer your question? Using Laravel Homestead: 'no input file specified' Commented Feb 19, 2020 at 17:57
  • yup, I tried most of the solutions suggested there but I'm not sure why it isn't working for me Commented Feb 19, 2020 at 18:16

1 Answer 1

0

For homestead.yaml file, the spacing has to be 'spacebar' space, and spacing, indentation must be same as provide.

From the file alignment, clearly the spacing and indentation has ran off.

Sign up to request clarification or add additional context in comments.

1 Comment

I didn't really edit the original file spacing, looks different here than the original file

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.