I'm working on a website in Laravel which I run on Homestead 0.2.0 and I want to try to connect to it with my phone and tablet so I can test the website on those devices.
So I was googling around, trying to look how to do so. However, I can't find any articles that take multiple sites into account.
I read somewhere however that some routers don't allow WiFi connected devices to connect to directly connected devices.
I have my sites mapped like so:
sites:
- map: app1.local
to: /home/vagrant/projects/app1/public
- map: app2.local
to: /home/vagrant/projects/app2/public
- map: app3.local
to: /home/vagrant/projects/app3/public
How do I proceed?