dracon55 / yii2-edit-area
可视化编辑器形式的网站编辑区域插件
dev-master
2017-11-01 09:18 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-29 04:42:59 UTC
README
可视化编辑器形式的网站编辑区域插件
安装
安装此扩展的首选方法是使用 composer。
运行
php composer.phar require --prefer-dist dracon55/yii2-edit-area "*"
或在您的 composer.json
文件的 require 部分添加
"dracon55/yii2-edit-area": "*"
to the require section of your composer.json
file.
使用
扩展安装后,只需在您的代码中使用它即可
<?= \dracon55\editArea\AutoloadExample::widget(); ?>```