Add public/uploads to installer permissions check

This commit is contained in:
Nabeel Shahzad 2018-04-01 19:28:15 -05:00
parent e358b8706f
commit ee077ffa16

View File

@ -17,6 +17,7 @@ return [
# Make sure these are writable
'permissions' => [
'bootstrap/cache',
'public/uploads',
'storage',
'storage/app/public',
'storage/framework',