安装引导增加.env权限检测

This commit is contained in:
TL 2022-09-13 14:51:53 +08:00 committed by Edward Yang
parent b7b24ece6b
commit 46913d88f6
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ return [
'storage/framework/' => '755',
'storage/logs/' => '755',
'bootstrap/cache/' => '755',
'.env' => '755',
],
/*