laravel serve command for viewing site in same network Oct 31, 2018 to find ip address // inet will be host ifconfig | grep 192.168 to serve sudo php artisan serve --host=192.168.31.254 --port=80