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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,11 +166,15 @@ Latest Dev
166
166
The App Starter repo comes with a ``builds`` scripts to switch Composer sources between the
167
167
current stable release and the latest development branch of the framework. Use this script
168
168
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.
169
170
170
171
The `development user guide <https://codeigniter4.github.io/CodeIgniter4/>`_ is accessible online.
171
172
Note that this differs from the released user guide, and will pertain to the
172
173
develop branch explicitly.
173
174
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
+
174
178
.. note:: You should not rely on the version of the framework in your project
175
179
- the development code may contain an incorrect number.
176
180
@@ -247,7 +251,7 @@ Setting Up
247
251
----------
248
252
249
253
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
251
255
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'``.
252
256
253
257
Initial Configuration
@@ -322,4 +326,5 @@ From the command line inside your project root:
322
326
323
327
composer require codeigniter4/translations
324
328
329
+
Copy the **vendor/codeigniter4/translations/Language** folder contents in it to your **app/Language** folder.
325
330
These will be updated along with the framework whenever you do a ``composer update``.
0 commit comments