File tree 3 files changed +0
-15
lines changed
Filter options
3 files changed +0
-15
lines changed
Original file line number Diff line number Diff line change 4
4
Creating and Sending Notifications
5
5
==================================
6
6
7
- .. versionadded :: 5.0
8
-
9
- The Notifier component was introduced in Symfony 5.0 as an
10
- :doc: `experimental feature </contributing/code/experimental >`.
11
-
12
7
Installation
13
8
------------
14
9
Original file line number Diff line number Diff line change 4
4
How to send Chat Messages
5
5
=========================
6
6
7
- .. versionadded :: 5.0
8
-
9
- The Notifier component was introduced in Symfony 5.0 as an
10
- :doc: `experimental feature </contributing/code/experimental >`.
11
-
12
7
The :class: `Symfony\\ Component\\ Notifier\\ ChatterInterface ` class allows
13
8
you to send messages to chat services like Slack or Telegram::
14
9
Original file line number Diff line number Diff line change 4
4
How to send SMS Messages
5
5
========================
6
6
7
- .. versionadded :: 5.0
8
-
9
- The Notifier component was introduced in Symfony 5.0 as an
10
- :doc: `experimental feature </contributing/code/experimental >`.
11
-
12
7
The :class: `Symfony\\ Component\\ Notifier\\ TexterInterface ` class allows
13
8
you to send SMS messages::
14
9
You can’t perform that action at this time.
0 commit comments