mirror of
https://github.com/flarum/framework.git
synced 2025-02-23 13:44:26 +08:00
Require extensions directory to be writable
This commit is contained in:
parent
f44e9f5140
commit
9f28b4e8dc
@ -60,6 +60,7 @@ class IndexAction extends HtmlAction
|
||||
$paths = [
|
||||
public_path(),
|
||||
public_path().'/assets',
|
||||
public_path().'/extensions',
|
||||
storage_path()
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user