File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11Scheduler
22========= 
33
4+ .. admonition :: Screencast 
5+  :class:  screencast
6+ 
7+  Like video tutorials? Check out this `Scheduler quick-start screencast `_.
8+ 
49The scheduler component manages task scheduling within your PHP application, like
510running a task each night at 3 AM, every two weeks except for holidays or any
611other custom schedule you might need.
@@ -1013,3 +1018,4 @@ helping you identify those messages when needed.
10131018.. _`cron command-line utility` : https://en.wikipedia.org/wiki/Cron 
10141019.. _`crontab.guru website` : https://crontab.guru/ 
10151020.. _`relative formats` : https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative 
1021+ .. _`Scheduler quick-start screencast` : https://symfonycasts.com/screencast/mailtrap/bonus-symfony-scheduler 
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ Installation
1515
1616---------------------------------------------- 
1717
18+ .. admonition :: Screencast 
19+  :class:  screencast
20+ 
21+  Like video tutorials? Check out the `Webhook Component for Email Events screencast `_.
22+ 
1823When using a third-party mailer provider, you can use the Webhook component to
1924receive webhook calls from this provider.
2025
@@ -213,3 +218,4 @@ Creating a Custom Webhook
213218 Webhook.
214219
215220.. _`MakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html 
221+ .. _`Webhook Component for Email Events screencast` : https://symfonycasts.com/screencast/mailtrap/email-event-webhook 
                         You can’t perform that action at this time. 
           
                  
0 commit comments