dev-master
9999999-devyii2使用百度编辑器上传
MIT
The Requires
by crazyfd
upload yii ueditor
yii2使用百度编辑器上传
How to install?, (*1)
Get it via composer by adding the package to your composer.json
:, (*2)
{ "require": { "crazyfd/yii2-ueditor": "dev-master" } }
```php php composer.phar update, (*3)
Usage ----- ```php field($model, 'content')->widget(Ueditor::className(),[]) ?> 控制器中添加 public function actions() { return [ 'ueditor' => [ 'class' => 'crazyfd\ueditor\Upload', 'config'=>[ 'uploadDir'=>date('Y/m/d') ] ], ]; }
yii2使用百度编辑器上传
MIT
upload yii ueditor