PHP开发工具 我这里选择的是VSCode,里面安装PHP插件
把thinkphp的项目放到
切换到phpenv
![在这里插入图片描述](https://img-blog.csdnimg.cn/a15cc442fab74754ad86d74f6d9942e5.png
URL重写如果不改,在请求的时候地址是这样的‘http://tp.com/index.php/index/helloWorld’
修改后的地址:http://tp.com/index/helloWorld,看出请求2个地址的区别了吗
当出现这个就算是完成了工作
1 把PHP项目放到VScode里,在‘首选项’-‘设置‘-‘扩展‘找到php,点击‘在settings.json’中编辑
{"php.validate.executablePath": "/usr/local/Cellar/php/8.2.12_1/bin/php","php.debug.executablePath": "/usr/local/Cellar/php/8.2.12_1/bin/php"
}
path目录放你自己下载的8.0+的目录,正常Eserver里面也有php,不是用那个里面的目录