From 3095dff66452a1282a77427977e20a907b78dc9e Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 10 Jan 2020 11:13:39 +0100 Subject: [PATCH] [Notifier] Added a placeholder article for the component docs --- components/notifier.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 components/notifier.rst diff --git a/components/notifier.rst b/components/notifier.rst new file mode 100644 index 00000000000..26dd08eac42 --- /dev/null +++ b/components/notifier.rst @@ -0,0 +1,33 @@ +.. index:: + single: Notifier + single: Notifications + single: Components; Notifier + +The Notifier Component +====================== + + The Notifier component sends notifications via one or more channels + (email, SMS, Slack, ...). + +.. versionadded:: 5.0 + + The String component was introduced in Symfony 5.0 as an + :doc:`experimental feature `. + +Installation +------------ + +.. code-block:: terminal + + $ composer require symfony/notifier + +.. include:: /components/require_autoload.rst.inc + + +Usage +----- + +.. caution:: + + We're still working on the docs of this component. Check this page again + in a few days.