8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e67b73 + 7ada520 commit f4b5eabCopy full SHA for f4b5eab
components/runtime.rst
@@ -36,6 +36,9 @@ So how does this front-controller work? At first, the special
36
the component. This file runs the following logic:
37
38
#. It instantiates a :class:`Symfony\\Component\\Runtime\\RuntimeInterface`;
39
+#. The front-controller script (e.g. ``public/index.php``) is included by the
40
+ runtime, making it run again. Ensure this doesn't produce any side effects
41
+ in your code;
42
#. The callable (returned by ``public/index.php``) is passed to the Runtime, whose job
43
is to resolve the arguments (in this example: ``array $context``);
44
#. Then, this callable is called to get the application (``App\Kernel``);
0 commit comments