Commit a78fb85d by Alexander Makarov

Added advanced application configs schema to docs, fixed the fact that there's…

Added advanced application configs schema to docs, fixed the fact that there's now common/config/main.php
parent d88fbac4
...@@ -99,6 +99,8 @@ Typically environment contains application bootstrap files such as `index.php` a ...@@ -99,6 +99,8 @@ Typically environment contains application bootstrap files such as `index.php` a
In order to avoid duplication configurations are overriding each other. For example, frontend reads configuration in the In order to avoid duplication configurations are overriding each other. For example, frontend reads configuration in the
following order: following order:
- `common/config/main.php`
- `common/config/main-local.php`
- `frontend/config/main.php` - `frontend/config/main.php`
- `frontend/config/main-local.php` - `frontend/config/main-local.php`
...@@ -111,8 +113,9 @@ Parameters are read in the following order: ...@@ -111,8 +113,9 @@ Parameters are read in the following order:
The later config file overrides the former. The later config file overrides the former.
Another difference is that most application component configurations are moved to params. Since params are read from Here's the full scheme:
`common` as well it allows you to specify database connection in one file and it will be then used for all applications.
![Advanced application configs](images/advanced-app-configs.png)
Configuring Composer Configuring Composer
-------------------- --------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment