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 Homestead

Laravel Homestead Installation Failed

I am trying to install Laravel Homestead by using "vagrant box add laravel/homestead"

I receive this error:

The box 'laravel/homestead' could not be found or could not be accessed in the remote catalog. If this is a private box on Vagrant Cloud, please verify you're logged in via vagrant login. Also, please double-check the name. The expanded URL and error message are shown below:

URL: ["https://vagrantcloud.com/laravel/homestead"] Error: Failed connect to vagrantcloud.com:443; Operation timed out

Any ideas ?

1 Answer

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Samuel;

I just tried running vagrant box add laravel/homestead from the console without issue. Perhaps their server was down when you last tried?

I would also check that you have the latest version of Vagrant (1.6.3) - use the vagrant -v command.

Best of luck.

Ken