How to browse to Vagrant VM site from other devices on local network?
问题 I'm running Laravel Homestead (Vagrant) on Windows 10. I'd like to be able to use other devices on my LAN to test my Homestead site too. (My LAN also has a Mac and an iPhone.) I found two ancient questions (1 and 2) that seem related to my goal, but I'm still stuck. I've tried adding a public_network config to my Homestead.yaml according to the docs (https://laravel.com/docs/5.4/homestead#network-interfaces). I've tried editing the homestead.rb file directly, too (but that didn't seem to help