iutbay / yii2-kcfinder

KCFinder for Yii2
21 stars 19 forks source link

fontawesome does not exists #7

Open AlexMcowkin opened 9 years ago

AlexMcowkin commented 9 years ago

Hello. I install your extension via composer. when I want to run like widget

use iutbay\yii2kcfinder\KCFinderInputWidget; echo KCFinderInputWidget::widget(['name' => 'image',]);

I see error that class fontawesome doesn ot exists

spiilmusic commented 9 years ago

Check this - https://github.com/iutbay/yii2-fontawesome

composer require "iutbay/yii2-fontawesome" "*"

This helped me. But why this do not included in dependency?

tokiaquino commented 8 years ago

Add the following in KCFinderAsset public $depends = [ 'iutbay\yii2fontawesome\FontAwesomeAsset' ];