美文网首页
windows系统下sublime text 3143配置运行p

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

作者: 谷爱雨 | 来源:发表于2017-09-20 13:46 被阅读44次

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-->测试

    <?php
        echo "Hello World!";

相关文章

网友评论

      本文标题:windows系统下sublime text 3143配置运行p

      本文链接:https://www.haomeiwen.com/subject/azqosxtx.html