How do I use phalcon-devtools\ide\phpstorm in phpstorm?

后端 未结 4 1406
一整个雨季
一整个雨季 2021-01-31 10:49

I am trying to integrate the Phalcon developer tools with phpstorm. There is a video here, but I am unable to view it due to my location.

I can\'t find any other usable

4条回答
  •  长发绾君心
    2021-01-31 11:41

    If you see the Phalcon module loaded in phpinfo page in your WAMP server, do the following to get loaded the module in CLI mode too.

    Copy \bin\apache\\bin\php.ini to \bin\php\\

    Set php PATH to \bin\php\\

    That should solve the problem.

提交回复
热议问题