Skip to content

Commit 58aa05e

Browse files
authored
Merge pull request #6042 from kenjis/docs-add-upgrade-procedure-v420
docs: add upgrade procedure example for v4.2.0
2 parents 45f8ba8 + dd62421 commit 58aa05e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

user_guide_src/source/installation/upgrade_420.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ The following files received significant changes and
2424
* ``public/index.php``
2525
* ``spark``
2626

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+
2736
Config/Constants.php
2837
====================
2938

0 commit comments

Comments
 (0)