Add public/uploads to installer permissions check
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user