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

vagrant up times out

When I run the vagrant up command it times out. Has anyone else had this problem?

This is what my Homestead.yaml file looks like

---

ip: "192.168.10.10"

memory: 2048

cpus: 1

provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys: - ~/.ssh/id_rsa

folders: - map: ~/Homestead/Projects to: /home/vagrant/Sites

sites: - map: laravel.dev to: /home/vagrant/Sites/laravel-basics/Public

databases: - homestead

# ports:

# - send: 50000

# to: 5000

# - send: 7777

# to: 777

# protocol: udp

# blackfire:

# - id: foo

# token: bar

# client-id: foo

# client-token: bar

# zray:

# If you've already freely registered Z-Ray, you can place the token here.

# - email: foo@bar.com

# token: foo

# Don't forget to ensure that you have 'zray: "true"' for your site.