UEditor icon indicating copy to clipboard operation
UEditor copied to clipboard

UEditor extension for laravel-admin

Results 10 UEditor issues
Sort by recently updated
recently updated
newest added

目前只能支持到 Laravel 8.X

不支持 laravel-admin 2 以上版本 ![image](https://user-images.githubusercontent.com/30563368/103399697-3f4df180-4b7d-11eb-8b46-f4af00d55ae7.png)

laravel7.* php 7.2.14 codingyu/ueditor 3.0 多张上传图片是可以显示得 单张上传有返回值 original: "1111.jpg" size: 34818 state: "SUCCESS" title: "/uploads/image/2020/11/09/f61017438249cf9ec598f9751160953b.jpg" type: "tmp" url: "http://alachong.oss-cn-shanghai.aliyuncs.com/uploads/image/2020/11/09/f61017438249cf9ec598f9751160953b.jpg"

发布配置文件与资源步骤: laravel7版本 **php artisan vendor:publish** 选择 **[11]** Tag: assets

发布资源 // V3.* php artisan vendor:publish --provider=Codingyu\\LaravelUEditor\\UEditorServiceProvider // V2.* php artisan vendor:publish --provider=Overtrue\\LaravelUEditor\\UEditorServiceProvider

查源码发现,编辑器是在id上加载的,而一对多内所有的name都是一样的,例如字段名为content,id则为content,所以所有的id也是一样,故只会渲染第一个id为name编辑器

![QQ截图20191011195349](https://user-images.githubusercontent.com/22650230/66649483-de2cbc00-ec60-11e9-99ed-04a3e2e038d7.png) 使用该插件之后,样式不显示,导致其他按钮也冲突了 ![图片](https://user-images.githubusercontent.com/22650230/66649529-ff8da800-ec60-11e9-98bf-a32be1ac2b44.png)

博客使用这编辑器插入一些代码,比如js,会导致页面执行该js而无法显示页面。