Skip to content

Added a mention to ChainRouter from Symfony CMF #7488

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

Merged
merged 1 commit into from
Mar 7, 2017
Merged
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
8 changes: 8 additions & 0 deletions routing/custom_route_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,15 @@ configuration file - you can call the
be anything that would normally be supported by the routing configuration
loader (YAML, XML, PHP, annotation, etc.).

.. note::

For more advanced uses, check out the `ChainRouter`_ provided by the Symfony
CMF project. This router allows applications to use two or more routers
combined, for example to keep using the default Symfony routing system when
writing a custom router.

.. _`FOSRestBundle`: https://github.com/FriendsOfSymfony/FOSRestBundle
.. _`JMSI18nRoutingBundle`: https://github.com/schmittjoh/JMSI18nRoutingBundle
.. _`KnpRadBundle`: https://github.com/KnpLabs/KnpRadBundle
.. _`SonataAdminBundle`: https://github.com/sonata-project/SonataAdminBundle
.. _`ChainRouter`: https://symfony.com/doc/current/cmf/components/routing/chain.html