Add check to see that we're installed, and remove the .env that's created
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user