Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fontawesome does not exists #7

Open
AlexMcowkin opened this issue Jul 3, 2015 · 2 comments
Open

fontawesome does not exists #7

AlexMcowkin opened this issue Jul 3, 2015 · 2 comments

Comments

@AlexMcowkin
Copy link

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
Copy link

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

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

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

atakajlo added a commit to atakajlo/yii2-kcfinder that referenced this issue Apr 28, 2016
atakajlo added a commit to atakajlo/yii2-kcfinder that referenced this issue Apr 28, 2016
@tokiaquino
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants