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
James Hibbeard
PHP Development Techdegree Student 13,905 PointsI have just restarted my computer and now when I go to http://laravel.dev:8000/ it doesn't work? Any Ideas
This was working before starting my machine but since then just get this page is not available message.
4 Answers
geoffrey
28,736 PointsIt might sound stupid as answer but as you have rebooted your computer, have you reconnected to your homestead, your virtual environment ?
If not go, again in the homestead directory using your terminal, there you type: vagrant up, once the machine is loaded you type vagrant ssh.
Now if you go the url you set earlier, for exemple http://laravel.dev:8000 that should work.
I don't see what else it could be, unless some information have changed in the homestead.yaml file in the meantime....
austenpayan
10,218 PointsJames Hibbeard
PHP Development Techdegree Student 13,905 PointsNo that hasn't worked either
James Hibbeard
PHP Development Techdegree Student 13,905 PointsHi, Thanks I completely forgot to do that, much appreciated thanks
geoffrey
28,736 PointsNo worries, It happened to me ;) It's not something we are used to do. Also, don't forget to run vagrant halt once you want to stop working on it, and before leaving, not inside the virtual machine obviously, but on your machine.