phpstorm环境搭建

https://confluence.jetbrains.com/display/PhpStorm/Previous+PhpStorm+Releases
上下载需要的版本(都懂得)
设置字体大小
phpstorm环境搭建下载debug的c动态链接库(TS为thread safe的php用的,本人用的apache官方建议ts版本)(zenddebugger也行,然而没有看到php7.3………………………………)
phpstorm环境搭建

php.ini中增加配置

[Xdebug]
zend_extension=“E:/php-7.3.5-Win32-VC15-x64/ext/php_xdebug-2.7.2-7.3-vc15-x86_64.dll”
xdebug.remote_enable=1
xdebug.remote_port=“9000”

配置php环境
上面那个是给ide语法纠错用的挑自己的版本
phpstorm环境搭建

phpstorm环境搭建
项目的运行
phpstorm环境搭建

phpstorm环境搭建phpstorm环境搭建phpstorm环境搭建