I want to install Select 2 extension widget manually with Yii2 Framework without using composer.
I done the following steps but it\'s not working.
1)
It is subrepository .GIT , delete .git from vendor\kartik-v\yii2-widget-select2 and git rm --cached yii2-widget-select2
.GIT
.git
vendor\kartik-v\yii2-widget-select2
git rm --cached yii2-widget-select2
Stash, Commit,Push.