Download the PHP package chenhua/laravel5-multi-editor without Composer
On this page you can find all versions of the php package chenhua/laravel5-multi-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chenhua/laravel5-multi-editor
More information about chenhua/laravel5-multi-editor
Files in chenhua/laravel5-multi-editor
Download chenhua/laravel5-multi-editor
More information about chenhua/laravel5-multi-editor
Files in chenhua/laravel5-multi-editor
Vendor chenhua
Package laravel5-multi-editor
Short Description The best multi editor of Laravel 5
License MIT
Homepage http://www.ichenhua.cn
Package laravel5-multi-editor
Short Description The best multi editor of Laravel 5
License MIT
Homepage http://www.ichenhua.cn
Please rate this library. Is it a good library?
Informations about the package laravel5-multi-editor
Laravel5-MultiEditor
Laravel5-MultiEditor 是基于 Kindeditor/Summernote 等的富文本在线HTMl编辑器,支持 Laravel5 项目。已集成本地、七牛云、阿里云文件存储。
更新记录
- 2019-08-31
Release v1.1.0
修改视图应用 section 参数,主要解决不同场景下,需要上传到不同路径的需求。 - 2019-02-28
Release v1.0.0
完成 KindEditor/Summernote 在线编辑器主程序,且集成本地、七牛、阿里云oss存储。
安装流程
1、安装的两种方式
① 直接编辑配置文件
将以下内容增加到 composer.json:
然后运行 composer update
。
② 执行命令安装
运行命令:
2、完成上面的操作后,修改 config/app.php
中 providers
数组(laravel5.5及以上忽略)
3、执行 artisan
命令,拷贝静态文件
使用方法
在 xxx.blade.php
编辑器相应位置添加如下代码:
① Kindeditor 编辑器
以上操作能生成一个
id="editor"
的HTML
文本编辑框,并能实时预览效果.
更多用法可以参考 KindEditor
官方文档,解锁更多姿势>>>
② Summernote 编辑器
效果展示
Kindeditor 样式:
Summernote 样式:
License
本扩展遵循 MIT license 开源。
All versions of laravel5-multi-editor with dependencies
PHP Build Version
Package Version
Requires
chenhua/laravel5-file-upload Version
^1.0
The package chenhua/laravel5-multi-editor contains the following files
Loading the files please wait ....