0

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

Ketan Modi
  • 1,780
  • 1
  • 16
  • 28

1 Answers1

0

You need to create an SSL certificate for lokalhost and use ning or apache as a frontend.

see:

Ivan Dudarev
  • 216
  • 1
  • 4