Answers for "run a server php with a specific folder terminal"

PHP
0

run a server php with a specific folder terminal

$ cd ~/public_html
$ php -S localhost:8000 -t foo/
Posted by: Guest on March-22-2020

Code answers related to "run a server php with a specific folder terminal"

Browse Popular Code Answers by Language