You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/installation/installing_composer.rst
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -135,14 +135,9 @@ phpunit and its dependencies by adding the ``--no-dev`` argument to the ``compos
135
135
Setting Up
136
136
----------
137
137
138
-
Copy the ``app``, ``public``, and ``writable`` folders from ``vendor/codeigniter4/framework``
139
-
to your project root
140
-
141
-
Copy the ``env``, ``phpunit.xml.dist`` and ``spark`` files, from
142
-
``vendor/codeigniter4/framework`` to your project root
143
-
144
-
You will have to adjust the system path to refer to the vendor one, e.g., ``ROOTPATH . '/vendor/codeigniter4/framework/system'``,
145
-
- the ``$systemDirectory`` variable in **app/Config/Paths.php**
138
+
1. Copy the ``app``, ``public``, ``tests`` and ``writable`` folders from ``vendor/codeigniter4/framework`` to your project root
139
+
2. Copy the ``env``, ``phpunit.xml.dist`` and ``spark`` files, from ``vendor/codeigniter4/framework`` to your project root
140
+
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'``.
146
141
147
142
Initial Configuration
148
143
---------------------
@@ -176,7 +171,7 @@ Structure
176
171
177
172
Folders in your project after set up:
178
173
179
-
- app, public, writable (when using ``--prefer-source``)
0 commit comments