I know that you can open files from symfony profile profiles or links to exception files using this in project/app/config.yml:
framework:
ide: "phpstorm://open?file=%%f&line=%%l"
Additional information: http://developer.happyr.com/open-files-in-phpstorm-from-you-symfony-application
However, since I use vagrant, the path to the server file does not match my host.
I created a PHP web application server in PHPStorm with a propper path displayed, but still does not work.
Any ideas?
thank
source
share