Skip to content

Commit 328a306

Browse files
committed
docs: add about main config file
1 parent 4551956 commit 328a306

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

user_guide_src/source/installation/upgrade_configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ What has been changed
1515
=====================
1616

1717
- In CI4, the configurations are now stored in classes which extend ``CodeIgniter\Config\BaseConfig``.
18+
- The **application/config/config.php** in CI3 will be **app/Config/App.php**
19+
and some other files like **app/Config/Security.php** for the specific classes.
1820
- Within the configuration class, the config values are stored in public class properties.
1921
- The method to fetch config values has been changed.
2022

0 commit comments

Comments
 (0)