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! While you're at it, check out some resources Treehouse students have shared here.

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

General Discussion

Getting 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

Hampton Paulk maybe?

Eric Ellenbrook - Your file looks good.

if you go to 127.0.0.1:8000 - what do you get?

Joseph Fernandez
Joseph Fernandez
631 Points

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

Did 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?

I 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
Ran ShemTov
14,148 Points

this is obviously the best comment ever.