PHP内置服务器 当没有指定文档的根目录时就会出现此问题:
The requested resource was not found on this server
找不到访问资源
启动PHP时 加上-t 参数 指定文档根目录即可解决此问题:例如:
php -S localhost:80 -t C:\wamp\www\Laravel
PHP内置服务器 当没有指定文档的根目录时就会出现此问题:
The requested resource was not found on this server
找不到访问资源
启动PHP时 加上-t 参数 指定文档根目录即可解决此问题:例如:
php -S localhost:80 -t C:\wamp\www\Laravel