about
command does not show variables with null
value
#44517
Unanswered
siarheipashkevich
asked this question in
Q&A
Replies: 1 comment 2 replies
-
They're filtered out since the drivers wouldn't be enabled. If this is unexpected, we could show them. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it ok, that the
php artisan about
command does not show variables withnull
value?For example, I set in

.env
fileCACHE_DRIVER=null
and this variable is not displayed:But If I set to another value then it will be displayed:

@jbrooksuk @nunomaduro
Beta Was this translation helpful? Give feedback.
All reactions