We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45f8ba8 + dd62421 commit 58aa05eCopy full SHA for 58aa05e
1 file changed
user_guide_src/source/installation/upgrade_420.rst
@@ -24,6 +24,15 @@ The following files received significant changes and
24
* ``public/index.php``
25
* ``spark``
26
27
+.. important:: If you don't update the above two files, CodeIgniter will not work at all
28
+ after running ``composer update``.
29
+
30
+ The upgrade procedure, for example, is as follows::
31
32
+ > composer update
33
+ > cp vendor/codeigniter4/framework/public/index.php public/index.php
34
+ > cp vendor/codeigniter4/framework/spark .
35
36
Config/Constants.php
37
====================
38
0 commit comments