mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 22:53:37 +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 = [
|
||||
public_path(),
|
||||
public_path().'/assets',
|
||||
public_path().'/extensions',
|
||||
storage_path()
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user