From bbbf31b6246b33b3e6cde28ffe8ca6ece281eda6 Mon Sep 17 00:00:00 2001 From: "gary.houbre" Date: Sat, 23 Nov 2019 16:53:10 +0100 Subject: [PATCH] WIP Notifer Page --- notifier.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 notifier.rst 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 +------------ +