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

后端 未结 4 1400
一整个雨季
一整个雨季 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:45

    I had some problems with the execution of the phalcon.bat file on my Windows Dev machine, no PHP installed, so i research a much simpler solution for phpstorm.

    Simply do following:

    • click on "External Libraries"
    • click on "Configure PHP Includes Paths..."
    • click on add
    • add "phalcon-devtools\ide\[YOUR_VERSION_DIRECTORY]"

    Than you have code completion for phalcon:-)

提交回复
热议问题