I\'m trying to access my Laravel app from another PC in the same network using IP address but I can\'t get it to work by accessing 192.168.1.101:8000 in my browser.
ifconfig
sudo php artisan serve --host your_ip --port your_port example: sudo php artisan serve --host 192.168.1.70 --port 8080
sudo php artisan serve --host your_ip --port your_port
example:
sudo php artisan serve --host 192.168.1.70 --port 8080
192.168.1.70:8080