Flarum\Install\Console\InstallCommand::publishAssets PHP Method

publishAssets() protected method

protected publishAssets ( )
    protected function publishAssets()
    {
        $this->filesystem->copyDirectory($this->application->basePath() . '/vendor/components/font-awesome/fonts', $this->application->publicPath() . '/assets/fonts');
    }