From 9f28b4e8dca84111c20defbcf3b4fe93fe69b05d Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 31 Aug 2015 11:22:57 +0930 Subject: [PATCH] Require extensions directory to be writable --- src/Install/Actions/IndexAction.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Install/Actions/IndexAction.php b/src/Install/Actions/IndexAction.php index 982d18157..b567ad60a 100644 --- a/src/Install/Actions/IndexAction.php +++ b/src/Install/Actions/IndexAction.php @@ -60,6 +60,7 @@ class IndexAction extends HtmlAction $paths = [ public_path(), public_path().'/assets', + public_path().'/extensions', storage_path() ];