... | @@ -9,9 +9,11 @@ This document assumes you have a working install of phpStorm on your system. |
... | @@ -9,9 +9,11 @@ This document assumes you have a working install of phpStorm on your system. |
|
2. Add command line support for phalcon to phpStorm.
|
|
2. Add command line support for phalcon to phpStorm.
|
|
1. Access phpStorm settings (Linux, Windows: `File` > `Settings`, Mac: `PhpStorm` > `Preferences`).
|
|
1. Access phpStorm settings (Linux, Windows: `File` > `Settings`, Mac: `PhpStorm` > `Preferences`).
|
|
2. Select `Comand Line Tool Support` and click the plus `+` sign in order to add the phalcon CLI tool.
|
|
2. Select `Comand Line Tool Support` and click the plus `+` sign in order to add the phalcon CLI tool.
|
|
1. Select `Custom tool`.
|
|
1. Select `Custom tool` in the `Tool Settings` dialog.
|
|
2. Enter the (absolute) `Tool path` of the `phalcon.sh` contained in the `phalcon-tools` folder you installed in __Step 1__.
|
|
2. Enter the (absolute) `Tool path` of the `phalcon.sh` contained in the `phalcon-tools` folder you installed in __Step 1__.
|
|
3. Enter `phalcon` in the `Alias` field. `Description` can be left blank.
|
|
3. Enter `phalcon` in the `Alias` field. `Description` can be left blank.
|
|
|
|
4. Click `OK`.
|
|
|
|
5. Click `Apply`.
|
|
|
|
6. Click `OK`.
|
|
|
|
|
|
#### References |
|
#### References |
|
|
|
\ No newline at end of file |