• home > tools > CodeEditor > intelliJ >

    mac下intellij添加php运行环境

    Author:zhoulujun Date:

    打开terminal终端,输入php -v,查看当前php版本,whereis php ,查看php路径,Preferences->Languages &Framework->PHP,设置版本和路径,就可以了

    intellij在mac下运行php,搜一下教程很多,感觉,这么简单的事情怎么就写得那么复杂呢?

    mac安装了php 插件,然后运行php 发现, intellij  php  Interpreter is not specified or invalid

    Preferences->Languages &Framework->PHP

    PHP language level 选择mac上面安装的版本,查看,打开terminal终端,输入php -v,查看当前php版本,whereis php ,查看php路径

    Include Path 添加,php路径

    然后在php文件,右键,点击run 就出结果了


    转载本站文章《mac下intellij添加php运行环境 》,
    请注明出处:https://www.zhoulujun.cn/html/tools/CodeEditor/intelliJ/2008_0806_8161.html

    延伸阅读: