Skip to content

Instantly share code, notes, and snippets.

@jacobgraf
Last active June 14, 2018 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobgraf/a53aaa3859f469ba89f104eef34edc0d to your computer and use it in GitHub Desktop.
Save jacobgraf/a53aaa3859f469ba89f104eef34edc0d to your computer and use it in GitHub Desktop.
.env Boolean Variable (evalBool Function)
<?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