PHPackages                             vincecore/ide-link-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. vincecore/ide-link-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

vincecore/ide-link-bundle
=========================

Fix IDE links when using virtual machines

v1.0.0(10y ago)21.2kMITPHPPHP &gt;=5.3.2

Since Feb 6Pushed 9y ago2 watchersCompare

[ Source](https://github.com/vincecore/IdeLinkBundle)[ Packagist](https://packagist.org/packages/vincecore/ide-link-bundle)[ RSS](/packages/vincecore-ide-link-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

This bundle will fix the file paths in links to your IDE when using a VM. See . All it does is allowing you to define the "wrong path" and replacing it with the "correct path".

Installation
------------

[](#installation)

### Step 1: Download using composer

[](#step-1-download-using-composer)

```
$ php composer.phar require vincecore/ide-link-bundle "dev-master" --dev
```

Composer will install the bundle to your project's `vendor/vincecore` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
