Sha256: c1c6cbb6e3e13f2e12f159babb88731311eb986c419fe3ed60326e41a715ccc5
Contents?: true
Size: 1.22 KB
Versions: 2
Compression:
Stored size: 1.22 KB
Contents
vagrant-phpstorm-tunnel ======================= `vagrant-phpstorm-tunnel` installs a proxy php binary which can be configured as a php-interpreter in [PhpStorm](http://www.jetbrains.com/phpstorm/). It will forward all php calls to `php` in the [Vagrant](http://www.vagrantup.com/) VM. This is a workaround for a missing feature in PhpStorm (see http://youtrack.jetbrains.com/issue/WI-19485). Installation ------------ ```sh vagrant plugin install vagrant-phpstorm-tunnel ``` PhpStorm -------- `vagrant-phpstorm-tunnel` will create a file `.idea/vagrant/php` in your vagrant-project. Select this file as a PHP interpreter in PhpStorm: ![PhpStorm screenshot](docu/phpstorm-interpreter.png) Add PHP server for your project ![PhpStorm screenshot](docu/phpstorm-servers.png) VM -- You should also export `PHP_IDE_CONFIG` parameter into `VM` environment with the same value as your PHP server name configured above ``` export PHP_IDE_CONFIG='serverName=www.fuboo.dev' ``` This is recommended to append above line to `~/.profile` file of your `VM` Limitations ----------- The plugin assumes your project is shared as `/vagrant` in the VM. It will copy PhpStorm's helper-scripts into `.idea/vagrant/tmp/` to make them accessible from within the VM.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-phpstorm-tunnel-0.1.1 | README.md |
vagrant-phpstorm-tunnel-0.1.0 | README.md |