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
|
||||
'permissions' => [
|
||||
'bootstrap/cache',
|
||||
'public/uploads',
|
||||
'storage',
|
||||
'storage/app/public',
|
||||
'storage/framework',
|
||||
|
Loading…
Reference in New Issue
Block a user