Skip to content

Commit 7faacfb

Browse files
committed
Added a note about using the component in Symfony apps
1 parent 07c3b43 commit 7faacfb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

components/messenger.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ The Messenger Component
1111
The component is greatly inspired by Matthias Noback's series of `blog posts
1212
about command buses`_ and the `SimpleBus project`_.
1313

14+
.. seealso::
15+
16+
This article explains how to use the Messenger features as an independent
17+
component in any PHP application. Read the :doc:`/messenger` article to
18+
learn about how to use it in Symfony applications.
19+
1420
Installation
1521
------------
1622

@@ -199,10 +205,10 @@ Learn More
199205
----------
200206

201207
.. toctree::
202-
:maxdepth: 1
203-
:glob:
208+
:maxdepth: 1
209+
:glob:
204210

205-
/messenger
211+
/messenger/*
206212

207213
.. _blog posts about command buses: https://matthiasnoback.nl/tags/command%20bus/
208214
.. _SimpleBus project: http://simplebus.io

0 commit comments

Comments
 (0)