File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
user_guide_src/source/general Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ Renaming or Relocating the Application Directory
14
14
If you would like to rename your application directory or even move
15
15
it to a different location on your server, other than your project root, open
16
16
your main **app/Config/Paths.php ** and set a *full server path * in the
17
- ``$appDirectory `` variable (at about line 45 )::
17
+ ``$appDirectory `` variable (at about line 44 )::
18
18
19
19
public $appDirectory = '/path/to/your/application';
20
20
21
21
You will need to modify two additional files in your project root, so that
22
22
they can find the ``Paths `` configuration file:
23
23
24
- - ``/spark `` runs command line apps; the path is specified on or about line 36 ::
24
+ - ``/spark `` runs command line apps; the path is specified on or about line 35 ::
25
25
26
26
$pathsConfig = 'app/Config/Paths.php';
27
27
// ^^^ Change this line if you move your application folder
You can’t perform that action at this time.
0 commit comments