Skip to content

Commit c28acd6

Browse files
committed
feature #13025 [Notifier] Added Notifier guide (TheGarious, andreybolonin, savvasal, wouterj)
This PR was merged into the 5.0 branch. Discussion ---------- [Notifier] Added Notifier guide This PR merges the work of our doc hero's @TheGarious, @andreybolonin and @savvasal in #12678, #12846 and #12963 . Fixes #12430 and fixes #12552 The component has 2 different usages: Using the high-level Notifier abstraction and using the lower-level Chatter and Texter abstractions. I decided to only document the high-lever in the main guide and use sub guides for Chatter and Texter. This PR focuses on having the base documentation ready. Some features (monolog & messenger integration) are not documented. Let's create issues for those and do them after this PR is merged. Commits ------- 69f3330 Improved some grammar thanks to @savvasal 06f7009 Add Notifier component documentation 0179303 Reorder the use statements alphabetically b9d0d7f Slack notifier actions documentation 34f23d0 add notifier.rst 4810fbf WIP Notifer Page
2 parents 9373987 + 69f3330 commit c28acd6

File tree

7 files changed

+706
-33
lines changed

7 files changed

+706
-33
lines changed

_build/redirection_map

+1
Original file line numberDiff line numberDiff line change
@@ -479,3 +479,4 @@
479479
/components/translation/usage /translation
480480
/components/translation/custom_formats https://github.com/symfony/translation
481481
/components/translation/custom_message_formatter https://github.com/symfony/translation
482+
/components/notifier https://github.com/symfony/notifier

components/notifier.rst

-33
This file was deleted.

index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Topics
4747
mercure
4848
messenger
4949
migration
50+
notifier
5051
performance
5152
profiler
5253
routing

mailer.rst

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ integration, CSS inlining, file attachments and a lot more. Get them installed w
1212
1313
$ composer require symfony/mailer
1414
15+
16+
.. _mailer-transport-setup:
17+
1518
Transport Setup
1619
---------------
1720

0 commit comments

Comments
 (0)