Skip to content

Commit 90c9ac0

Browse files
committed
Added tip for windows devs
1 parent d9b1a08 commit 90c9ac0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reference/configuration/framework.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@ PHPstorm on the Mac OS platform, you will do something like:
228228
'ide' => 'phpstorm://open?file=%%f&line=%%l',
229229
));
230230
231+
.. tip::
232+
233+
If you're on a Windows PC, you can install the `PhpStormOpener`_ to be able
234+
to use this.
235+
231236
Of course, since every developer uses a different IDE, it's better to set
232237
this on a system level. This can be done by setting the ``xdebug.file_link_format``
233238
in the ``php.ini`` configuration to the url string. If this configuration value
@@ -1281,3 +1286,4 @@ For more details, see :doc:`/cookbook/serializer`.
12811286
.. _`HTTP Host header attacks`: http://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html
12821287
.. _`Security Advisory Blog post`: http://symfony.com/blog/security-releases-symfony-2-0-24-2-1-12-2-2-5-and-2-3-3-released#cve-2013-4752-request-gethost-poisoning
12831288
.. _`Doctrine Cache`: http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/caching.html
1289+
.. _`PhpStormOpener`: https://github.com/aik099/PhpStormProtocol

0 commit comments

Comments
 (0)