php如何启动内置web服务器,Webserver Setup

https://blog.csdn.net/shenshulong/article/details/103959756

 

 

$(which php) -S <host>:<port> -t <directory> <setup file>

 

$(which php) -S localhost:8000 -t public .htrouter.php

posted on 2020-10-29 14:32  goodbye~  阅读(142)  评论(0编辑  收藏  举报

导航