8000 use diff code block for config changes too by xabbuh · Pull Request #8661 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

use diff code block for config changes too #8661

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 1 commit into from
Closed
Changes from all commits
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
9 changes: 0 additions & 9 deletions page_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,6 @@ routes. First, install the annotations package:

$ composer require annotations

Then, in ``config/routes.yaml``, remove the route you just created and uncomment
the annotation route import at the bottom:

.. code-block:: yaml

controllers:
resource: ../src/Controller/
type: annotation

After this one-time setup, you can now add your route directly *above* the controller:

.. code-block:: diff
Expand Down
0