Skip to content

Commit afe6504

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: [#19940] Use specialized directive Add more necessary information Update calling_commands.rst - call the command non interactively add symfonycasts links in frontend doc
2 parents b1c97e7 + bf2627c commit afe6504

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

console/calling_commands.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ method)::
3636
'--yell' => true,
3737
]);
3838

39+
// disable interactive behavior for the greet command
40+
$greetInput->setInteractive(false);
41+
3942
$returnCode = $this->getApplication()->doRun($greetInput, $output);
4043

4144
// ...

frontend.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ be executed by a browser.
6161
AssetMapper (Recommended)
6262
~~~~~~~~~~~~~~~~~~~~~~~~~
6363

64+
.. screencast::
65+
66+
Do you prefer video tutorials? Check out the `AssetMapper screencast series`_.
67+
6468
AssetMapper is the recommended system for handling your assets. It runs entirely
6569
in PHP with no complex build step or dependencies. It does this by leveraging
6670
the ``importmap`` feature of your browser, which is available in all browsers thanks
@@ -118,6 +122,10 @@ the `StimulusBundle Documentation`_
118122
Using a Front-end Framework (React, Vue, Svelte, etc)
119123
-----------------------------------------------------
120124

125+
.. screencast::
126+
127+
Do you prefer video tutorials? Check out the `API Platform screencast series`_.
128+
121129
If you want to use a front-end framework (Next.js, React, Vue, Svelte, etc),
122130
we recommend using their native tools and using Symfony as a pure API. A wonderful
123131
tool to do that is `API Platform`_. Their standard distribution comes with a
@@ -143,3 +151,5 @@ Other Front-End Articles
143151
.. _`Symfony UX`: https://ux.symfony.com
144152
.. _`API Platform`: https://api-platform.com/
145153
.. _`SensioLabs Minify Bundle`: https://github.com/sensiolabs/minify-bundle
154+
.. _`AssetMapper screencast series`: https://symfonycasts.com/screencast/asset-mapper
155+
.. _`API Platform screencast series`: https://symfonycasts.com/screencast/api-platform

reference/forms/types/time.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ values for the hour, minute and second fields::
8080
],
8181
]);
8282

83+
.. seealso::
84+
85+
See the `with_seconds`_ option on how to enable seconds in the form type.
86+
8387
.. include:: /reference/forms/types/options/hours.rst.inc
8488

8589
.. include:: /reference/forms/types/options/html5.rst.inc

0 commit comments

Comments
 (0)