File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,16 @@ stack Symfony application.
20
20
Installation
21
21
------------
22
22
23
- In applications using :ref: `Symfony Flex <symfony-flex >`, run this command to
24
- install the scheduler component:
23
+ Run this command to install the scheduler component:
25
24
26
25
.. code-block :: terminal
27
26
28
27
$ composer require symfony/scheduler
29
28
30
- .. tip ::
29
+ .. note ::
31
30
32
- Starting in ` MakerBundle `_ `` v1.58.0 ``, you can run `` php bin/console make:schedule ``
33
- to generate a basic schedule, that you can customize to create your own Scheduler .
31
+ In applications using :ref: ` Symfony Flex < symfony-flex >`, installing the component
32
+ also creates an initial schedule that's ready to start adding your tasks .
34
33
35
34
Symfony Scheduler Basics
36
35
------------------------
@@ -1012,7 +1011,6 @@ When using the ``RedispatchMessage``, Symfony will attach a
1012
1011
:class: `Symfony\\ Component\\ Scheduler\\ Messenger\\ ScheduledStamp ` to the message,
1013
1012
helping you identify those messages when needed.
1014
1013
1015
- .. _`MakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
1016
1014
.. _`Deploying to Production` : https://symfony.com/doc/current/messenger.html#deploying-to-production
1017
1015
.. _`Memoizing` : https://en.wikipedia.org/wiki/Memoization
1018
1016
.. _`cron command-line utility` : https://en.wikipedia.org/wiki/Cron
You can’t perform that action at this time.
0 commit comments