We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Check this - https://github.com/iutbay/yii2-fontawesome
composer require "iutbay/yii2-fontawesome" "*"
This helped me. But why this do not included in dependency?
Sorry, something went wrong.
Update REAMDE.md due issues iutbay#4 iutbay#7
6740f11
Merge pull request #1 from atakajlo/update_README
2ef5aac
Add the following in KCFinderAsset public $depends = [ 'iutbay\yii2fontawesome\FontAwesomeAsset' ];
public $depends = [ 'iutbay\yii2fontawesome\FontAwesomeAsset' ];
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: