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