Add public/uploads to installer permissions check
This commit is contained in:
parent
e358b8706f
commit
ee077ffa16
@ -17,6 +17,7 @@ return [
|
|||||||
# Make sure these are writable
|
# Make sure these are writable
|
||||||
'permissions' => [
|
'permissions' => [
|
||||||
'bootstrap/cache',
|
'bootstrap/cache',
|
||||||
|
'public/uploads',
|
||||||
'storage',
|
'storage',
|
||||||
'storage/app/public',
|
'storage/app/public',
|
||||||
'storage/framework',
|
'storage/framework',
|
||||||
|
Loading…
Reference in New Issue
Block a user