skystian / laravel-u-editor
UEditor for laravel5. Support i18n. Support Aliyun.
Installs: 455
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 79
Language:JavaScript
Requires
- php: >=5.4.0
- ext-fileinfo: *
- illuminate/support: 5.*
- jacobcyl/ali-oss-storage: ^2.1
- qiniu/php-sdk: 7.*
README
UEditor 是由百度web前端研发部开发所见即所得富文本web编辑器
stevenyangecho/laravel-u-editor 是基于UEditor编写的适配laravel5框架的包
此包在laravel-u-editor基础上增加了对阿里云存储的支持
##Dependency
##ChangeLog
- 增加阿里云存储的支持
- 修改上传图片错误,切不展示
Installation
PHP 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 composer.json
file:
"skystian/laravel-u-editor": "~1.0"
The detail useage Please see http://ueditor.baidu.com
需先配置Aliyun-oss-storage配置详情