安装引导增加.env权限检测
This commit is contained in:
parent
b7b24ece6b
commit
46913d88f6
|
|
@ -46,6 +46,7 @@ return [
|
||||||
'storage/framework/' => '755',
|
'storage/framework/' => '755',
|
||||||
'storage/logs/' => '755',
|
'storage/logs/' => '755',
|
||||||
'bootstrap/cache/' => '755',
|
'bootstrap/cache/' => '755',
|
||||||
|
'.env' => '755',
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue