So I am using WAMP with the latest version and Im currently running a project with url http://localhost:8080
since I am using php -S localhost:8080
to run my app.
The computer's ip address is 192.168.1.4
and I access it through another computer by using IPAddress/phpmyadmin
for testing. It works.
Now my problem is, how can I do that with a port? I tried 192.168.1.4:8080 but no luck.
Any help would be much appreciated.