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:
105105
106106.. literalinclude :: configuration/008.php
107107
108+ .. _database-config-with-env-file :
109+
108110**************************
109111Configuring with .env File
110112**************************
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
237237When you have the property ``$default = ['encrypt' => false] `` in your
238238``Config\Database ``, you cannot change the ``encrypt `` value to an array even if
239239you 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 >`.
240242
241243Treating Environment Variables as Arrays
242244========================================
You can’t perform that action at this time.
0 commit comments