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 trialGregory Serfaty
37,140 PointsNo input file specified Laravel
When i am going to laravel.dev:8000 i have this message
5 Answers
Robert Bojor
Courses Plus Student 29,439 PointsCheck 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
26,676 PointsHi 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
37,140 PointsThanks for all your answer i found my problem i just installed laravel in wrong directory ;)
thx again
Brian van Vlymen
12,637 Pointssometime 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
3,451 PointsI 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?