Did you add homestead.app to your /etc/hosts?
127.0.0.1:8000 works?
I've the same problem, did you flush dns?
Actually, 127.0.0.1:8000 renders my landing page! But my homestead.app:8000 redirects to www.homestead.app in Firefox and Chrome stays at homestead.app:8000 stating that it can't find that server.
I'm in your same situation and I hope for a reply.
Well, I found my problem. I had unnecessarily included the port number in my hosts file so instead of:
127.0.0.1 homestead.app
It was:
127.0.0.1 homestead.app:8000
Removed it and it started working right away.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community