wenyuan / yii2-ueditor
Yii2中的文本图像编辑器
dev-master
2014-12-27 07:10 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-24 16:45:36 UTC
README
安装
安装此扩展的首选方式是通过 Composer。
运行以下命令之一:
php composer.phar require --prefer-dist wenyuan/yii2-ueditor "*"
或者在您的 composer.json
文件的 require 部分添加:
"wenyuan/yii2-ueditor": "*"
用法
一旦扩展安装完成,只需在您的代码中通过以下方式使用它:
<?php use wenyuan\ueditor\Ueditor; echo Ueditor::widget(['id'=>"newstext"]); ?>
更多详情或者批评指正: qq => 1510033691 email => liucunzhou@163.com