iutbay / yii2-kcfinder

KCFinder for Yii2
21 stars 19 forks source link

Missed file KCFinder.php in packagist.org #10

Open bastarann opened 8 years ago

bastarann commented 8 years ago

When I installed yii2-kcfinder with composer I couldnt find KCFinder.php in vendor folder. Please check and update it.

atakajlo commented 8 years ago

I thought you fixed your problem, but perhaps someone else will see it and correct in his composer.json

Use

"iutbay/yii2-kcfinder" : "dev-master"

instead of

"iutbay/yii2-kcfinder": "*"

It works for me.