Skip to content

Commit b081d07

Browse files
committed
docs: Update "Composer Installation"
1 parent 52f9638 commit b081d07

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

user_guide_src/source/installation/installing_composer.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,15 @@ Latest Dev
166166
The App Starter repo comes with a ``builds`` scripts to switch Composer sources between the
167167
current stable release and the latest development branch of the framework. Use this script
168168
for a developer who is willing to live with the latest unreleased changes, which may be unstable.
169+
This way you can help find bugs and improve new features.
169170

170171
The `development user guide <https://codeigniter4.github.io/CodeIgniter4/>`_ is accessible online.
171172
Note that this differs from the released user guide, and will pertain to the
172173
develop branch explicitly.
173174

175+
Before running the script, check ``$files``, which is the list of files to be changed.
176+
This is useful if you have additional places in the code that mention the directory with the framework.
177+
174178
.. note:: You should not rely on the version of the framework in your project
175179
- the development code may contain an incorrect number.
176180

@@ -247,7 +251,7 @@ Setting Up
247251
----------
248252

249253
1. Copy the **app**, **public**, **tests** and **writable** folders from **vendor/codeigniter4/framework** to your project root
250-
2. Copy the **env**, **phpunit.xml.dist** and **spark** files, from **vendor/codeigniter4/framework** to your project root
254+
2. Copy the **env**, **phpunit.dist.xml** and **spark** files, from **vendor/codeigniter4/framework** to your project root
251255
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'``.
252256

253257
Initial Configuration
@@ -314,7 +318,7 @@ Translations Installation
314318
=========================
315319

316320
If you want to take advantage of the system message translations,
317-
they can be added to your project in a similar fashion.
321+
they can be added to your project in a similar fashion. Copy the **vendor/codeigniter4/translations/Language** folder contents in it to your **app/Language** folder.
318322

319323
From the command line inside your project root:
320324

0 commit comments

Comments
 (0)