8000 Complete rewrote FrameworkBundle config reference by wouterj · Pull Request #4736 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Complete rewrote FrameworkBundle config reference #4736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added tip for windows devs
  • Loading branch information
wouterj committed Feb 20, 2015
commit 90c9ac0cae1b2036dc3078e092c77fd0eb76d642
6 changes: 6 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ PHPstorm on the Mac OS platform, you will do something like:
'ide' => 'phpstorm://open?file=%%f&line=%%l',
));

.. tip::

If you're on a Windows PC, you can install the `PhpStormOpener`_ to be able
to use this.

Of course, since every developer uses a different IDE, it's better to set
this on a system level. This can be done by setting the ``xdebug.file_link_format``
in the ``php.ini`` configuration to the url string. If this configuration value
Expand Down Expand Up @@ -1281,3 +1286,4 @@ For more details, see :doc:`/cookbook/serializer`.
.. _`HTTP Host header attacks`: http://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html
.. _`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
.. _`Doctrine Cache`: http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/caching.html
.. _`PhpStormOpener`: https://github.com/aik099/PhpStormProtocol
0