We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fabpot
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f99ea9a commit f98e8dcCopy full SHA for f98e8dc
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