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

I get an error when trying to follow Laravel video with Vagrant.

This is the error message I get when following the video and using the command line:

The box 'laravel/homestead' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Atlas, 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://atlas.hashicorp.com/laravel/homestead"] Error:

How do I login or fix this issue, the video and forums do not explain it. Thank you!

1 Answer

Hello Nick,

Make sure you have installed the correct and latest version of Vagrant. If that doesn't work, try issuing this instead: vagrant box add laravel/homestead https://atlas.hashicorp.com/laravel/boxes/homestead

Best wishes.