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.
1 parent bb990c5 commit 6f2c46aCopy full SHA for 6f2c46a
user_guide_src/source/general/managing_apps.rst
@@ -42,12 +42,11 @@ your main **app/Config/Paths.php** and set a *full server path* in the
42
You will need to modify two additional files in your project root, so that
43
they can find the **Paths** configuration file:
44
45
-- **/spark** runs command line apps; the path is specified on or about line 69:
+- **/spark** runs command line apps.
46
47
.. literalinclude:: managing_apps/002.php
48
49
-- **/public/index.php** is the front controller for your webapp; the config
50
- path is specified on or about line 32:
+- **/public/index.php** is the front controller for your webapp.
51
52
.. literalinclude:: managing_apps/003.php
53
0 commit comments