We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551b151 commit 555a41dCopy full SHA for 555a41d
README.md
@@ -98,9 +98,10 @@ variable (either in your server environment or in `.env`):
98
ENABLE_LOCALCONF=1
99
```
100
101
-Now any call to `web()` or `console()` will return the merged result of `config/web.php` +
102
-`config/console.php` or `config/console.php` + `config/local-console.php` respectively.
+Now the methods will return the corresponding merged results:
103
+ * `web()`: `config/web.php` + `config/local.php`
104
+ * `console()`: `config/console.php` + `config/local-console.php`
105
106
Alternatively you can explicitely ask for local configuration:
107
0 commit comments