Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b95b5a5

Browse filesBrowse files
committed
minor #12925 [Notifier] Added a placeholder article for the component docs (javiereguiluz)
This PR was squashed before being merged into the 5.0 branch (closes #12925). Discussion ---------- [Notifier] Added a placeholder article for the component docs Notifier doesn't have docs yet. We don't link to them from symfony.com ... but we link to them from the README of the code repo. So, let's add a placeholder article to avoid 404 errors. Commits ------- 3095dff [Notifier] Added a placeholder article for the component docs
2 parents 3f49b76 + 3095dff commit b95b5a5
Copy full SHA for b95b5a5

File tree

Expand file treeCollapse file tree

1 file changed

+33
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+33
-0
lines changed

‎components/notifier.rst

Copy file name to clipboard
+33Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.