We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f5469 commit 99e7f64Copy full SHA for 99e7f64
components/notifier.rst
@@ -0,0 +1,33 @@
1
+.. index::
2
+ single: Notifier
3
+ single: Notifications
4
+ single: Components; Notifier
5
+
6
+The Notifier Component
7
+======================
8
9
+ The Notifier component sends notifications via one or more channels
10
+ (email, SMS, Slack, ...).
11
12
+.. versionadded:: 5.0
13
14
+ The String component was introduced in Symfony 5.0 as an
15
+ :doc:`experimental feature </contributing/code/experimental>`.
16
17
+Installation
18
+------------
19
20
+.. code-block:: terminal
21
22
+ $ composer require symfony/notifier
23
24
+.. include:: /components/require_autoload.rst.inc
25
26
27
+Usage
28
+-----
29
30
+.. caution::
31
32
+ We're still working on the docs of this component. Check this page again
33
+ in a few days.
0 commit comments