cshaptx4869 / ueditor
UEditor 后端接口部分
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cshaptx4869/ueditor
Requires
- php: >=7.0
- ext-json: *
This package is auto-updated.
Last update: 2025-10-20 01:37:23 UTC
README
介绍
UEditor 官方文档 http://fex.baidu.com/ueditor/
ueditor和后台通信的功能较多,这里列一下编辑器和后台通信的功能:
- 
上传图片 
- 
拖放图片上传、粘贴板图片上传 
- 
word文档图片转存 
- 
截图工具上传 
- 
上传涂鸦 
- 
上传视频 
- 
上传附件 
- 
在线图片管理 
- 
粘贴转存远程图片 
安装
composer require cshaptx4869/ueditor
使用
UEditor 前端配置与服务器通信的地址
// 服务器统一请求接口路径 serverUrl: xxxxxx
服务器使用
use Fairy\UEditor; echo UEditor::controller();
即可实现UEditor与服务器的通信