Skip to content

Commit 06f7009

Browse files
committed
Add Notifier component documentation
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier guide.
1 parent 0179303 commit 06f7009

File tree

7 files changed

+693
-229
lines changed

7 files changed

+693
-229
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

-220
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)