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 trialMax Smith
Courses Plus Student 3,973 PointsMy laravel.dev:8000 has randomly lost connection?
It was working about an hour ago. I come back from lunch and went back to the URL (both laravel.dev:8000 and 127.0.0.1:8000) and it seems they are both not working.
This webpage is not available
ERR_CONNECTION_REFUSED Hide details Google Chrome's connection attempt to laravel.dev was rejected. The website may be down, or your network may not be properly configured.
I haven't changed anything since it was last working so I am a little bit confused ?
1 Answer
Max Smith
Courses Plus Student 3,973 PointsThe fix was to start up again by using the "vagrant up" command
thomascawthorn
22,986 Pointsthomascawthorn
22,986 PointsIf you ever want to 'shut down' the virtual machine, you can run
I awarded you best answer for cracking your own problem!