|
57 | 57 | </chapter> |
58 | 58 |
|
59 | 59 | <chapter title="Schedule" id="schedule"> |
60 | | - <p> |
61 | | - To automate feed generation, use a |
62 | | - <a href="https://laravel.com/docs/scheduling#running-the-scheduler">schedule</a>. |
63 | | - To do this, specify the helper call in the |
64 | | - <code>routes/console.php</code> file (the default path, unless you have changed it): |
65 | | - </p> |
| 60 | + <chapter title="Automatic" id="automatic"> |
| 61 | + <p> |
| 62 | + To automate feed generation, use a |
| 63 | + <a href="https://laravel.com/docs/scheduling#running-the-scheduler">schedule</a>. |
| 64 | + To do this, specify the helper call in the |
| 65 | + <code>routes/console.php</code> file (the default path, unless you have changed it): |
| 66 | + </p> |
66 | 67 |
|
67 | | - <code-block lang="php" src="schedule-setup.php" include-lines="5-" /> |
| 68 | + <code-block lang="php" src="schedule-setup.php" include-lines="5-" /> |
68 | 69 |
|
69 | | - <p> |
70 | | - This will enable you to register calls to all active feeds according to the launch schedule you specified in the |
71 | | - <code>expression</code> column of the database. |
72 | | - </p> |
| 70 | + <p> |
| 71 | + This will enable you to register calls to all active feeds according to the launch schedule you specified in the |
| 72 | + <code>expression</code> column of the database. |
| 73 | + </p> |
| 74 | + </chapter> |
73 | 75 |
|
74 | | - <p> |
75 | | - You can also specify the schedule directly according to your own rules. |
76 | | - In this case, only the feeds you specify will be executed. |
77 | | - </p> |
| 76 | + <chapter title="Manual" id="manual"> |
| 77 | + <p> |
| 78 | + You can also specify the schedule directly according to your own rules. |
| 79 | + In this case, only the feeds you specify will be executed. |
| 80 | + </p> |
78 | 81 |
|
79 | | - <code-block lang="php" src="schedule-setup-manual.php" include-lines="5-" /> |
| 82 | + <code-block lang="php" src="schedule-setup-manual.php" include-lines="5-" /> |
| 83 | + </chapter> |
80 | 84 | </chapter> |
81 | 85 | </topic> |
0 commit comments