Skip to content

Commit 555a41d

Browse files
committed
Fix local config in README
1 parent 551b151 commit 555a41d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ variable (either in your server environment or in `.env`):
9898
ENABLE_LOCALCONF=1
9999
```
100100

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.
101+
Now the methods will return the corresponding merged results:
103102

103+
* `web()`: `config/web.php` + `config/local.php`
104+
* `console()`: `config/console.php` + `config/local-console.php`
104105

105106
Alternatively you can explicitely ask for local configuration:
106107

0 commit comments

Comments
 (0)