I got mine running fine except i can't view any site.. only getting "This webpage is not available".
Make sure you append :8000 to the end of your domain and have added it to the hosts
127.0.0.1 homestead.app
I should also specify, my trouble connecting is during vagrant up
. It boots the VM, tries to connect, fails, then destroys and I'm back to square one. That's where the error I mentioned in the initial post shows up.
lindstrm said:
I got mine running fine except i can't view any site.. only getting "This webpage is not available".
Your Homestead.yaml
"sites: to:" probably point to wrong or not existing directory. Also, check /etc/nginx/sites-available/homestead.app
edrands said:
I should also specify, my trouble connecting is during
vagrant up
. It boots the VM, tries to connect, fails, then destroys and I'm back to square one. That's where the error I mentioned in the initial post shows up.
See if this helps:
Thank you, ratiw! Very helpful information which solved my problem and helped prevent some others.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community