1
votes

Found documentation about this widget here and library here.

Tried to install with Composer and failed: Error screenshot

Tried to copy "yiisoft/yii2-jui": "~2.0.0" to composer.json and then update Composer and failed again:

Class 'yii\jui\DatePicker' not found

Is there any way to install this extension without using Composer?

1

1 Answers

2
votes

Did you install composer global require "fxp/composer-asset-plugin:1.0.0" ? It is a NPM/Bower Dependency Manager for Composer that required by yii2. Before installing yii2-jui try this command, and then composer update