在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):stevenyangecho/laravel-u-editor开源软件地址(OpenSource Url):https://github.com/stevenyangecho/laravel-u-editor开源编程语言(OpenSource Language):JavaScript 86.4%开源软件介绍(OpenSource Introduction):Laravel 5 UEditorUEditor 是由百度web前端研发部开发所见即所得富文本web编辑器 此包为laravel5的支持,新增多语言配置,可自由部署前端代码,默认基于 UEditor 1.4.3.3 UEditor 前台文件完全无修改,可自由gulp等工具部署到生产环境 根据系统的config.app.locale自动切换多语言. 暂时只支持 en,zh_CN,zh_TW 支持本地和七牛云存储,默认为本地上传 public/uploads ChangeLogv1.4.5 增加laravel的storage的支持 增加阿里云存储的支持 增加Lumen5的provider支持
1.4.0 版 支持 laravel5.3 更新百度 UEditor 1.4.3.3 1.3.0 版 改变服务器请求路由 为 /laravel-u-editor-server/server 老版本升级,需要 更改 public/ueditor.config.js
1.2.5 版 增加对Laravel5.* 的支持,更新百度 UEditor 1.4.3.1 1.2 版 增加对Laravel5.1 的支持,修改一些说明 1.1 版 增加七牛云存储的支持 重要提示有些同学配置总是不成功,除了一般设置,权限等基础问题,很大的可能是 middleware和 csrf 没配置好. 因为这两点对于服务器的安全至关重要,因此都是必须配置正确的,否则无法运行. 如何配置需要一定基础,对于看完且理解L5官方文档的同学,应该都有此基础. InstallationPHP 5.4+ , and Composer are required. To get the latest version of Laravel Exceptions, simply add the following line to the require block of your
You'll then need to run Once Laravel Exceptions is installed, you need to register the service provider. Open up
If Lumen
then run
配置For Laravel 若以上安装没问题,自定义项目配置文件会在 config/UEditorUpload.php (会自动生成)
middleware 相当重要,请根据自己的项目设置,比如如果在后台使用,请设置为后台的auth middleware.
如果是单纯本机测试,请将
所有UEditor 的官方资源,会放在 public/laravel-u-editor/ ,可以根据自己的需求,更改. For Lumen 如需要配置config 请将config/UEditorUpload.php 拷贝到项目config目录中 再配置 Usagein your <head> block just put
it will require assets. if need,u can change the resources\views\vendor\UEditor\head.blade.php to fit your customization . ok,all done.just use the UEditor.
The detail useage Please see http://ueditor.baidu.com TODO
LicenseLaravel 5 UEditor is licensed under The MIT License (MIT). |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论