run a server php with a specific folder terminal

101

run a server php with a specific folder terminal -

$ cd ~/public_html
$ php -S localhost:8000 -t foo/

Comments

Submit
0 Comments