working on some configuration changes.

This commit is contained in:
Taylor Otwell
2014-12-03 21:59:42 -06:00
parent 2fc313b8b1
commit 48d1a0ce36
11 changed files with 6 additions and 208 deletions

View File

@@ -13,7 +13,7 @@ return [
|
*/
'debug' => false,
'debug' => getenv('APP_DEBUG') ?: false,
/*
|--------------------------------------------------------------------------