laravel run server with a specific ip address code example
Example 1: php artisan serve specify ip
php artisan serve --host=some.other.domain --port=8001
Example 2: laravel run php server by ipv4
php artisan serve --host 192.168.1.101 --port 80
php artisan serve --host=some.other.domain --port=8001
php artisan serve --host 192.168.1.101 --port 80