Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Eric Ellenbrook
9,006 PointsGetting No input file specified. with Laravel installation.
Here is my yaml file:
ip: "10.0.10.10"
memory: 2048
cpus: 1
authorize: /Users/ericellenbrook/.ssh/id_rsa.pub
keys:
- /Users/ericellenbrook/.ssh/id_rsa
folders:
- map: /Users/ericellenbrook/Homestead/Sites/
to: /home/vagrant/Sites/
sites:
- map: dpm.app
to: /home/vagrant/Sites/dpm/public
variables:
- key: APP_ENV
value: local
When I run pwd in the virtual box, I get /home/vagrant/Sites/dpm/public
My host file has this: 127.0.0.1 dpm.app in it
Is there something I'm missing? Everything seems to fine for me?
5 Answers

Eric Ellenbrook
9,006 PointsHampton Paulk maybe?

Hampton Paulk
5,093 PointsEric Ellenbrook - Your file looks good.
if you go to 127.0.0.1:8000 - what do you get?

Joseph Fernandez
631 Pointsi have the same problem, everything looks good in terms of mapping, but i am still getting a "No input file specified."

Brian van Vlymen
12,637 PointsDid anyone find the solution?? I could not find the any one in the forum. It was working before and I am still getting a "input file specified" where does it comes from? If i could not find anything mean I have to delete all of my file where I download from composer and do all over again. will it work?

Brian van Vlymen
12,637 PointsI got the solution was I exit all my Git bash and edit at hosts add to 127.0.0.1 laravel.dev and all over try again to connect vagrant ssh focus on 127.0.0.1:8000 to make it work. I learned from this video http://blog.teamtreehouse.com/laravel-homestead-on-windows. it sounds like little complex its gives a lot of time all of those to understand how the steps those work.

Ran ShemTov
14,148 Pointsthis is obviously the best comment ever.