I launched a webpage(only one file index.php) on localhost port 8000 with the command
php -S localhost:8000
My private IP address is 192.168.1.109 and I try accessing the webpage from a mobile phone on the same network, with the link
http://192.168.1.109:8000/index.php
But I'm unable to access it. Any suggestions?