From ee077ffa16f5dc5572d8114ee598bff246b06321 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 1 Apr 2018 19:28:15 -0500 Subject: [PATCH] Add public/uploads to installer permissions check --- modules/Installer/Config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Installer/Config/config.php b/modules/Installer/Config/config.php index 8f66bce2..84c8c16d 100644 --- a/modules/Installer/Config/config.php +++ b/modules/Installer/Config/config.php @@ -17,6 +17,7 @@ return [ # Make sure these are writable 'permissions' => [ 'bootstrap/cache', + 'public/uploads', 'storage', 'storage/app/public', 'storage/framework',