File tree Expand file tree Collapse file tree
user_guide_src/source/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,13 +60,11 @@ Creating Configuration Files
6060
6161When you need a new configuration, first you create a new file at your desired location.
6262The default file location (recommended for most cases) is **app/Config **.
63- The class should use the appropriate namespace, and it should extend
64- ``CodeIgniter\Config\BaseConfig `` to ensure that it can receive environment-specific settings.
6563
6664You can put configuration files in any folder you want by using a different namespace.
67- This allows you to put configuration files on the production server in a folder
68- that is not web-accessible while keeping it under ** /app ** for easy access
69- during development .
65+
66+ The class should use the appropriate namespace, and it should extend
67+ `` CodeIgniter\Config\BaseConfig `` to ensure that it can receive environment-specific settings .
7068
7169Define the class and fill it with public properties that represent your settings:
7270
You can’t perform that action at this time.
0 commit comments