PHPackages                             chenhua/laravel5-multi-editor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. chenhua/laravel5-multi-editor

ActiveLibrary

chenhua/laravel5-multi-editor
=============================

The best multi editor of Laravel 5

v1.1.0(6y ago)020MITJavaScript

Since Feb 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ichenhua/laravel5-multi-editor)[ Packagist](https://packagist.org/packages/chenhua/laravel5-multi-editor)[ Docs](http://www.ichenhua.cn)[ RSS](/packages/chenhua-laravel5-multi-editor/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel5-MultiEditor
--------------------

[](#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：

```
require: {
    "chenhua/laravel5-multi-editor": "~1.0"
}
```

然后运行 `composer update`。

② 执行命令安装

运行命令：

```
composer require chenhua/laravel5-multi-editor
```

2、完成上面的操作后，修改 `config/app.php` 中 `providers` 数组（laravel5.5及以上忽略）

```
Chenhua\MultiEditor\MultiEditorServiceProvider::class,
```

3、执行 `artisan` 命令，拷贝静态文件

```
php artisan vendor:publish --tag=multi_editor
php artisan vendor:publish --tag=file_upload
```

使用方法
----

[](#使用方法)

### 在 `xxx.blade.php` 编辑器相应位置添加如下代码：

[](#在-xxxbladephp-编辑器相应位置添加如下代码)

① Kindeditor 编辑器

```

    HTML内容

@include('editor::kindeditor',['editor'=>'#editor_id'])
```

> 以上操作能生成一个 `id="editor"` 的 `HTML` 文本编辑框，并能实时预览效果.

更多用法可以参考 `KindEditor` 官方文档，[解锁更多姿势&gt;&gt;&gt;](http://kindeditor.net/doc.php)

② Summernote 编辑器

```

Html内容

@include('editor::summernote',['editor'=>'#editor'])
```

### 效果展示

[](#效果展示)

Kindeditor 样式： [![markdown.png](./images/kindeditor.png)](./images/kindeditor.png)

Summernote 样式： [![summernote.png](./images/summernote.png)](./images/summernote.png)

License
-------

[](#license)

本扩展遵循 [MIT license](http://opensource.org/licenses/MIT) 开源。

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~183 days

Total

2

Last Release

2444d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a64653b1bb58634ac5b34fa0f5dc099acfda93bc5dedd5122f79f9a9727fa08?d=identicon)[chenhua](/maintainers/chenhua)

---

Tags

laraveleditorkindeditor

### Embed Badge

![Health badge](/badges/chenhua-laravel5-multi-editor/health.svg)

```
[![Health](https://phpackages.com/badges/chenhua-laravel5-multi-editor/health.svg)](https://phpackages.com/packages/chenhua-laravel5-multi-editor)
```

###  Alternatives

[emilianotisato/nova-tinymce

This Nova package allow you to use TinyMCE editor for text areas.You can customize the editor options and... you can upload images to your server and put them rigth there on the text without leaving the text editor!

116884.3k4](/packages/emilianotisato-nova-tinymce)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92179.0k3](/packages/advoor-nova-editor-js)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[marshmallow/nova-tiptap

A Laravel Nova tiptap editor field.

19120.0k2](/packages/marshmallow-nova-tiptap)[moharrum/laravel-adminer

Adminer database management tool for your Laravel application.

451.0k](/packages/moharrum-laravel-adminer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
