Add check to see that we're installed, and remove the .env that's created

This commit is contained in:
Nabeel Shahzad
2017-12-16 12:01:21 -06:00
parent 2dd259802d
commit 5bc8dab6f8
6 changed files with 27 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ return [
'locale' => env('APP_LOCALE', 'en'),
'fallback_locale' => 'en',
'key' => env('APP_KEY'),
'key' => env('APP_KEY', 'NOT_INSTALLED'),
'cipher' => 'AES-256-CBC',
'log' => env('APP_LOG', 'daily'),