File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
user_guide_src/source/general Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ of those would be set to refer to the shared common **codeigniter4/framework** f
100
100
101
101
.. literalinclude :: managing_apps/005.php
102
102
103
- .. note :: If you install CodeIgniter from the Zip file, the ``$systemDirectory`` would be ``__DIR__ . '/../../system'``.
103
+ .. note :: If you install CodeIgniter from the Zip file, the ``$systemDirectory`` would be ``__DIR__ . '/../../codeigniter4/ system'``.
104
104
105
105
And modify the ``COMPOSER_PATH `` constant in **app/Config/Constants.php ** inside each
106
106
of those:
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class Paths
6
6
{
7
7
// ...
8
8
9
- public $ systemDirectory = __DIR__ . '/../../vendor/codeigniter4/framework/system ' ;
9
+ public $ systemDirectory = __DIR__ . '/../../../ vendor/codeigniter4/framework/system ' ;
10
10
11
11
// ...
12
12
}
You can’t perform that action at this time.
0 commit comments