File tree Expand file tree Collapse file tree
user_guide_src/source/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Upgrade Guide
25251. You have to change the values in the default CI4 config files according to the
2626 changes in the CI3 files. The config names are pretty much the same as in CI3.
27272. If you are using custom config files in your CI3 project you have to create those
28- files as new PHP classes in your CI4 project in `` app/Config/ `` . These classes
28+ files as new PHP classes in your CI4 project in ** app/Config ** . These classes
2929 should be in the ``Config `` namespace and should extend ``CodeIgniter\Config\BaseConfig ``.
30303. Once you have created all custom config classes, you have to copy the variables
3131 from the CI3 config into the new CI4 config class as public class properties.
@@ -39,7 +39,7 @@ Code Example
3939CodeIgniter Version 3.11
4040------------------------
4141
42- Path: `` application/models `` ::
42+ Path: ** application/config ** ::
4343
4444 <?php
4545
@@ -51,7 +51,7 @@ Path: ``application/models``::
5151CodeIgniter Version 4.x
5252-----------------------
5353
54- Path: `` app/Config `` ::
54+ Path: ** app/Config ** ::
5555
5656 <?php
5757
You can’t perform that action at this time.
0 commit comments