We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4551956 commit 328a306Copy full SHA for 328a306
1 file changed
user_guide_src/source/installation/upgrade_configuration.rst
@@ -15,6 +15,8 @@ What has been changed
15
=====================
16
17
- 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.
20
- Within the configuration class, the config values are stored in public class properties.
21
- The method to fetch config values has been changed.
22
0 commit comments