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

What causes this collision? The specified host network collides with a non-hostonly network!

In the video, Hampton receives this error and makes a change to Homestead.yaml.

He changes 192.168.10.10 to 10.0.10.10.

Can anyone provide some context about what causes this collision?

What is the significance of the ip in Homestead.yaml?

Furthermore-- and this may deserve its own questions-- In the next video, we access our Laravel install from http://127.0.0.1:8000/, however, I seem to also be able to access it from 10.0.10.10. How can this be?

Thanks!