mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +02:00
Install FontAwesome via Composer.
This also updates the asset publishing and LESS paths accordingly. Refs #891.
This commit is contained in:
@@ -357,8 +357,8 @@ class InstallCommand extends AbstractCommand
|
||||
protected function publishAssets()
|
||||
{
|
||||
$this->filesystem->copyDirectory(
|
||||
__DIR__.'/../../../assets',
|
||||
$this->application->publicPath().'/assets'
|
||||
$this->application->basePath().'/vendor/fortawesome/font-awesome/fonts',
|
||||
$this->application->publicPath().'/assets/fonts'
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user