File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ within the class' constructor:
105
105
106
106
.. literalinclude :: configuration/008.php
107
107
108
+ .. _database-config-with-env-file :
109
+
108
110
**************************
109
111
Configuring with .env File
110
112
**************************
Original file line number Diff line number Diff line change @@ -237,6 +237,8 @@ expect your ``Config\App`` to magically have that property and value at run time
237
237
When you have the property ``$default = ['encrypt' => false] `` in your
238
238
``Config\Database ``, you cannot change the ``encrypt `` value to an array even if
239
239
you put ``database.default.encrypt.ssl_verify = true `` in your **.env **.
240
+ If you want to do like that, see
241
+ :ref: `Database Configuration <database-config-with-env-file >`.
240
242
241
243
Treating Environment Variables as Arrays
242
244
========================================
You can’t perform that action at this time.
0 commit comments