Skip to content

Commit fa50250

Browse files
committed
docs: improve description
Make a list of items. Add tests folder.
1 parent d75dabd commit fa50250

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

user_guide_src/source/installation/installing_composer.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,9 @@ phpunit and its dependencies by adding the ``--no-dev`` argument to the ``compos
135135
Setting Up
136136
----------
137137

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'``.
146141

147142
Initial Configuration
148143
---------------------
@@ -176,7 +171,7 @@ Structure
176171

177172
Folders in your project after set up:
178173

179-
- app, public, writable (when using ``--prefer-source``)
174+
- app, public, tests, writable
180175
- vendor/codeigniter4/framework/system
181176

182177
Translations Installation

0 commit comments

Comments
 (0)