iluxaar / yii2-ckeditor
Yii2 Ckeditor
dev-master
2016-10-30 20:43 UTC
Requires
- bower-asset/ckeditor: 4.5.11
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-28 19:58:16 UTC
README
Yii2 Ckeditor
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist iluxaar/yii2-ckeditor "*"
或者在你的 composer.json
文件的 require 部分添加:
"iluxaar/yii2-ckeditor": "*"
to the require section of your composer.json
file.
使用方法
扩展安装完成后,只需在代码中使用即可
<?= \iluxaar\ckeditor\Ckeditor::widget(); ?>