Last active
June 14, 2018 16:38
-
-
Save jacobgraf/a53aaa3859f469ba89f104eef34edc0d to your computer and use it in GitHub Desktop.
.env Boolean Variable (evalBool Function)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return [ | |
'devMode' => evalBool(getenv('DEV_MODE')), | |
]; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment