fixed #132
This commit is contained in:
@ -123,6 +123,10 @@ class Requirements extends Controller
|
||||
'key' => 'APP_ENV',
|
||||
'value' => 'production',
|
||||
],
|
||||
[
|
||||
'key' => 'APP_LOCALE',
|
||||
'value' => 'en-GB',
|
||||
],
|
||||
[
|
||||
'key' => 'APP_INSTALLED',
|
||||
'value' => 'false',
|
||||
|
@ -88,6 +88,10 @@ class Settings extends Controller
|
||||
|
||||
// Update .env file
|
||||
DotenvEditor::setKeys([
|
||||
[
|
||||
'key' => 'APP_LOCALE',
|
||||
'value' => session('locale'),
|
||||
],
|
||||
[
|
||||
'key' => 'APP_INSTALLED',
|
||||
'value' => 'true',
|
||||
|
Reference in New Issue
Block a user