KELIWEB MAI PORTS code example
Example 1: php artisan serve another port
# specify port
$ php artisan serve --port=8080
# specify host and port
$ php artisan serve --host=localhost --port=8080
Example 2: how to get my site to not show ports
_http._tcp.example.com. IN SRV 0 5 80 www.example.com.