#Can't connect to Homestead website from another computer over LAN
1 messages · Page 1 of 1 (latest)
Well yeah, through a temporary tunnel. Giving you a random domain. AFAIK it just uses ngrok
That's not how networking works 🙂 You can listen on a port, like binding to port 8000 only on the local machine, or on the network
You could, but I'm not sure if Homestead/Vagrant provides that option
You'd probably need to use the ip config in the yaml config file, either using 0.0.0.0 or the local IP of your device
That does sound about right 👍