Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am stm555 on github.
  • I am stm (https://keybase.io/stm) on keybase.
  • I have a public key whose fingerprint is BC16 5C9B 4526 B1E3 4198 D4A2 6D66 966F A072 A94E

To claim this, I am signing this object:

@stm555
stm555 / README
Created September 29, 2012 15:59
PHP Storm External Command Description
In PHPStorm choose "Settings" => "Command Line Tool Support" and add a "Custom Framework". Add the following vales into popuped franework-settings window:
- Framework name: vagrant
- Tool path: /usr/local/bin/vagrant (check with command "which vagrant" on your computer to get the right path)
- Alias: vagrant
- Description: Whatever you want to describe
After clicking ok a xml file is opened in the editor, just put the above code from vagrant.xml into it. After saving you can controll vagrant within phpstorm using CTRL+ALT+X keys.