I have a homestead box hosting a laravel site.
I can see my site on the host machine browser but i would like to have access from all the other devices connected to my WiFi network.
I follow instructions here https://laravel.com/docs/5.3/homestead#network-interfaces
but i don't understand that part:
I'm having trouble with the same thing here... I'm not sure what to put for the bridge.
Technically I'm in git bash from my Windows 10 PC. Then running the vagrant server from there. I would imagine the bridge name it's looking for would need to be one of the network adapters visible from git bash.
I tried all my network adapter's name (visible from git bash) but every time i try to run vagrant up some syntax error about that specific line of code occurred.