Configuring phpStorm and phalcon
This document assumes you have a working install of phpStorm on your system.
Steps
- Follow the instructions for your system and install Phalcon Developer Tools.
- Add command line support for phalcon to phpStorm.
- Access phpStorm settings (Linux, Windows:
File>Settings, Mac:PhpStorm>Preferences). - Select
Comand Line Tool Supportand click the plus+sign in order to add the phalcon CLI tool. 1. SelectCustom toolin theTool Settingsdialog. 2. Enter the (absolute)Tool pathof thephalcon.shcontained in thephalcon-toolsfolder you installed in Step 1. 3. Enterphalconin theAliasfield.Descriptioncan be left blank. 4. ClickOK. 5. ClickApply. 6. ClickOK.