Require extensions directory to be writable

This commit is contained in:
Toby Zerner 2015-08-31 11:22:57 +09:30
parent f44e9f5140
commit 9f28b4e8dc

View File

@ -60,6 +60,7 @@ class IndexAction extends HtmlAction
$paths = [
public_path(),
public_path().'/assets',
public_path().'/extensions',
storage_path()
];