0

In my Yii2 apps I add extension select2, since composer not successfully downloaded all the needed librarys. So I do it manually but I have still have error. Any help is BIG THANKS.

Here is my error.

Manfred Radlwimmer
  • 13,257
  • 13
  • 53
  • 62
Dulf
  • 13
  • 7
  • hi guys... help. – Dulf Apr 21 '17 at 03:54
  • Please edit your question so to incorporate your code and the error message as text. That would make your question more easy to find and possibly attract more users able to help you. – iled Apr 23 '17 at 06:24

1 Answers1

0

I think since you did it manually you

  • forgot to add this file: input widget file
  • or did not specify proper path to it. Check these and come back if any issues prevail.And always try to use composer as it's better to solve composer errors than finding what is missing after doing the entire set up.Isn't it? ;)
SHIKHAR SINGH
  • 419
  • 6
  • 17