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

PHP Laravel 4 Basics Getting Started with Laravel Laravel Folder Structure

Gregory Serfaty
Gregory Serfaty
37,140 Points

No input file specified Laravel

When i am going to laravel.dev:8000 i have this message

5 Answers

Robert Bojor
PLUS
Robert Bojor
Courses Plus Student 29,439 Points

Check the Homestead.yaml file and be sure that the folders mapping is correct. Also make sure that Laravel is installed in the correct folder on your virtual box.

Chris Shaw
Chris Shaw
26,676 Points

Hi Gregory,

Make sure your folders and sites paths are exactly the same as the vagrant box as Linux is case sensitive so something as simple as code won't work if the folder name on the box is Code.

Gregory Serfaty
Gregory Serfaty
37,140 Points

Thanks for all your answer i found my problem i just installed laravel in wrong directory ;)

thx again

sometime you have to restart vagrant up and vagrant provision right after the case sensitive on Homestead.yaml make sure those directory are match and all are good.

Juan Correa
Juan Correa
3,451 Points

I have the same problem, I double checked and the folders mapping is correct. I restarted vagrant but still doesn't work. What can I do?