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