using below command my application run on http url and url will be http://localhost:8080
php -S localhost:8080 -t public public/index.php
how to enable listening on https and url will be https://localhost:8080
is there any special command to execute it on https
php -S localhost:8080 -t public public/index.php