Sha256: 28e53b8d0c1184f35444568e08b71da38792cf75f753d9ed3f1909f0fe86e027

Contents?: true

Size: 723 Bytes

Versions: 1

Compression:

Stored size: 723 Bytes

Contents

vagrant-phpstorm-tunnel
==============================

`vagrant-phpstorm-tunnel` creates tunnel between [PHPStorm](http://www.jetbrains.com/phpstorm/) and [Vagrant](http://www.vagrantup.com/) machine to allow executing [PHP](http://php.net/) via [SSH](http://en.wikipedia.org/wiki/Secure_Shell)

## Installation

    $ vagrant plugin install vagrant-phpstorm-tunnel

## Vagrantfile

```ruby
Vagrant.require_plugin "vagrant-phpstorm-tunnel"

Vagrant.configure("2") do |config|
    #...
end
```

## PhpStorm

`vagrant-phpstorm-tunnel` will create file `php` in location `./scripts/vagrant/php` relative to `Vagrantfile`. You should configure you `PHP` interpreter by navigate to folder `<path-to-project>/scripts/vagrant`.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-phpstorm-tunnel-0.0.4 README.md