Skip to content

Commit 0ed6908

Browse files
authored
docs: $systemDirectory path in existing project.
1 parent 425b3f4 commit 0ed6908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/installation/installing_composer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Setting Up
152152

153153
1. Copy the **app**, **public**, **tests** and **writable** folders from **vendor/codeigniter4/framework** to your project root
154154
2. Copy the **env**, **phpunit.xml.dist** and **spark** files, from **vendor/codeigniter4/framework** to your project root
155-
3. You will have to adjust the ``$systemDirectory`` property in **app/Config/Paths.php** to refer to the vendor one, e.g., ``ROOTPATH . '/vendor/codeigniter4/framework/system'``.
155+
3. You will have to adjust the ``$systemDirectory`` property in **app/Config/Paths.php** to refer to the vendor one, e.g., ``__DIR__ . '/../../vendor/codeigniter4/framework/system'``.
156156

157157
Initial Configuration
158158
---------------------

0 commit comments

Comments
 (0)