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 Installing Laravel

Caesar Bell
Caesar Bell
24,827 Points

Installing/Setting up a Virtual Box locally with laravel/homestead

I know in the video he installs the yml file globally in the home directory. But I am looking to have the files only installed in the directory in the project that I am currently working on. I want to create multiple projects with different box names. How do I go about doing that, because when I try I follow these instructions https://laravel.com/docs/5.1/homestead#per-project-installation, but when I try and run the project in the browser i get the following error: No input file specified. The virtual box seems to run fine when I run vagrant up, but when I try and type the project's domain name in the browser I get the error mentioned. Hampton Paulk if you might have some input on this as well it would be greatly appreciated it.