我想问下laravel 5 UEditor怎么使用的?

我们老大要我把这个东西添加到我的项目中,我才这个星期接触这个框架,都不懂,laravel 5 UEditor都没有中文使用说明
已邀请:

雁鸣零落

赞同来自: 蚊香

https://github.com/stevenyangecho/laravel-u-editor
这个我个人测试没有成功,你可以试试。
我现在是直接把ueditor放到 public目录下了。和平常使用一样。
在header里面引入文件就可以了

<script src="{{asset('/ueditor/ueditor.config.js')}}"></script>
<script src="{{asset('/ueditor/ueditor.all.min.js')}}"></script>
最后再初始化
var editor=UE.getEditor("Content");

motecshine - 菜鸟

赞同来自:

我用的是kingeditor 所有功能正常

爬行的大爷

赞同来自:

不知道你问题解决了没有,如果没有解决,可以试试:
(https://github.com/helei112g/laravel-ueditor)
亲测,可用。

要回复问题请先登录注册