We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff88904 commit e368da1Copy full SHA for e368da1
components/runtime.rst
@@ -36,6 +36,8 @@ 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 runtime includes the front-controller script -- in this case
40
+ ``public/index.php`` -- making it run again. Make sure this doesn't cause problems.
41
#. The callable (returned by ``public/index.php``) is passed to the Runtime, whose job
42
is to resolve the arguments (in this example: ``array $context``);
43
#. Then, this callable is called to get the application (``App\Kernel``);
0 commit comments