windows系统下sublime text 3143配置运行php

1.下载phpstudy-->http://www.phpstudy.net/

2.系统环境path-->D:\phpStudy\php\php-7.0.12-nts\

3.php-->D:\Program Files\Sublime Text 3126\data\Packages\User新建php.sublime-build

{
"cmd": ["php", "$file"],
"file_regex": "php$",
"selector": "source.php"
}

4.ctrl+b-->测试

    

你可能感兴趣的:(windows系统下sublime text 3143配置运行php)