diff --git a/notifier.rst b/notifier.rst new file mode 100644 index 00000000000..40783e795fd --- /dev/null +++ b/notifier.rst @@ -0,0 +1,22 @@ +.. index:: + single: Notifier + +Notifier +======================== + +Sends notifications via one or more channels (email, SMS, Slack, Telegram, ...) + + +Installation +------------ + +First, run this command to install the notifier before using it: + +.. code-block:: terminal + + $ composer require symfony/notifier + + +Usage +------------ +