Re: how do I surf in to my .dev site from my android if I am on same network
-
Re: how do I surf in to my .dev site from my android if I am on same wifi
I found this post that describes my issue by @nermamax, it's from 2017 so I was advised to start a new thread.
the solution was:
*server {
listen 80;
server_name myapp.dev .myapp.dev 192.168.1.80;
but I don't quiet understand how to put this into action or in my address bar,
so for example, if my IP to my wired (lan) desktop is:
10.0.0.62
and my Laragon localhost site is:
test.test
does that mean that I should use the address in my Android address bar (wifi):
test.test/10.0.0.62:80/ ?
It must not be right as it's not working.Thanks for any help
-
@Savvyify : The easiest way to browser from your Android is using Ngrok in Menu > Share