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 a7a6c1d

Browse filesBrowse files
kbondjaviereguiluz
authored andcommitted
[Scheduler][Webhook] add screencast links
1 parent 570204e commit a7a6c1d
Copy full SHA for a7a6c1d

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+12
-0
lines changed

‎scheduler.rst

Copy file name to clipboardExpand all lines: scheduler.rst
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Scheduler
22
=========
33

4+
.. admonition:: Screencast
5+
:class: screencast
6+
7+
Like video tutorials? Check out this `Scheduler quick-start screencast`_.
8+
49
The scheduler component manages task scheduling within your PHP application, like
510
running a task each night at 3 AM, every two weeks except for holidays or any
611
other custom schedule you might need.
@@ -1008,3 +1013,4 @@ helping you identify those messages when needed.
10081013
.. _`cron command-line utility`: https://en.wikipedia.org/wiki/Cron
10091014
.. _`crontab.guru website`: https://crontab.guru/
10101015
.. _`relative formats`: https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative
1016+
.. _`Scheduler quick-start screencast`: https://symfonycasts.com/screencast/mailtrap/bonus-symfony-scheduler

‎webhook.rst

Copy file name to clipboardExpand all lines: webhook.rst
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Installation
1515
Usage in Combination with the Mailer Component
1616
----------------------------------------------
1717

18+
.. admonition:: Screencast
19+
:class: screencast
20+
21+
Like video tutorials? Check out the `Webhook Component for Email Events screencast`_.
22+
1823
When using a third-party mailer provider, you can use the Webhook component to
1924
receive webhook calls from this provider.
2025

@@ -207,3 +212,4 @@ Creating a Custom Webhook
207212
Webhook.
208213

209214
.. _`MakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
215+
.. _`Webhook Component for Email Events screencast`: https://symfonycasts.com/screencast/mailtrap/email-event-webhook

0 commit comments

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