mirror of
https://github.com/flarum/core.git
synced 2025-10-13 16:05:05 +02:00
Public and base directory can be separated (#938)
* Public and base directory can be separated * Standards compliance for folders separation implementation
This commit is contained in:
committed by
Toby Zerner
parent
d8b043dacb
commit
777579e146
@@ -358,7 +358,7 @@ class InstallCommand extends AbstractCommand
|
||||
{
|
||||
$this->filesystem->copyDirectory(
|
||||
__DIR__.'/../../../assets',
|
||||
$this->application->basePath().'/assets'
|
||||
$this->application->publicPath().'/assets'
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user