Skip to content

Commit

Permalink
🐛 Fix check installed
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed May 19, 2022
1 parent f9afd78 commit 398c401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
JW_BASE_PATH . '/.env',
str_replace(
[
'APP_KEY='
"APP_KEY=".PHP_EOL.'APP_DEBUG=true'
],
[
'APP_KEY=base64:'.base64_encode(\Illuminate\Support\Str::random(32))
'APP_KEY=base64:'.base64_encode(\Illuminate\Support\Str::random(32)).PHP_EOL.'APP_DEBUG=true'
],
file_get_contents(JW_BASE_PATH . '/.env')
)
Expand Down

0 comments on commit 398c401

Please sign in to comment.