命令行执行:
cd project_dir
php -S localhost:8234 -t ./
访问localhost:8234
即可打开
端口可以自己指定
-t 后面指定目录, 不加-t 参数则为当前目录, 访问时优先打开 index.php index.html
参考 http://php.net/manual/zh/features.commandline.webserver.php
cd project_dir
php -S localhost:8234 -t ./
访问localhost:8234
即可打开
端口可以自己指定
-t 后面指定目录, 不加-t 参数则为当前目录, 访问时优先打开 index.php index.html
参考 http://php.net/manual/zh/features.commandline.webserver.php