PHPackages                             yxx/kindeditor - 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. [Admin Panels](/categories/admin)
4. /
5. yxx/kindeditor

ActiveLibrary[Admin Panels](/categories/admin)

yxx/kindeditor
==============

laravel-admin kindeditor

v1.0.7(6y ago)112.6k↓40%4[4 issues](https://github.com/youyingxiang/kindeditor/issues)MITPHPPHP &gt;=7.0.0

Since May 23Pushed 6y agoCompare

[ Source](https://github.com/youyingxiang/kindeditor)[ Packagist](https://packagist.org/packages/yxx/kindeditor)[ RSS](/packages/yxx-kindeditor/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (10)Used By (0)

kindeditor与fileupload上传组件
=========================

[](#kindeditor与fileupload上传组件)

- 1: git clone  (安装laravel)
- 2: composer require yxx/kindeditor (安装富文本编辑器拓展)
- 3: 如果没有安装laravel-admin,参考一下网址操作 -**[laravel-admin](https://laravel-admin.org/docs/zh/installation)**
- 4: 运行 php artisan vendor:publish --provider="Yxx\\Kindeditor\\EditorProvider"
- 5: php artisan storage:link 建立软连接

项目中使用kindeditor编辑器
------------------

[](#项目中使用kindeditor编辑器)

$form-&gt;kindeditor('content', '内容');

项目中使用fileupload单图片上传
--------------------

[](#项目中使用fileupload单图片上传)

$form-&gt;fileupload('img', '图像');

[![](https://camo.githubusercontent.com/7db8769bf905cf3f3efc442078ec46417a3a0873b2cad9106539ee6688c15149/68747470733a2f2f7777772e7a6b7465636f2e636f6d2f656e2f75706c6f6164732f696d6167652f32303139303532312f63396463386439663435303363393739643266303130653564343931313335612e6a7067)](https://camo.githubusercontent.com/7db8769bf905cf3f3efc442078ec46417a3a0873b2cad9106539ee6688c15149/68747470733a2f2f7777772e7a6b7465636f2e636f6d2f656e2f75706c6f6164732f696d6167652f32303139303532312f63396463386439663435303363393739643266303130653564343931313335612e6a7067)

\## 上传图片文件管理(删除目录和图片文件) [![](https://camo.githubusercontent.com/ab0879d2eaa94be03dada658e34b0a6c4389b6bfda200f73f6922ca36ca5b8bd/68747470733a2f2f7777772e7a6b7465636f2e636f6d2f656e2f75706c6f6164732f696d6167652f32303139303532332f33363662373231306333356164373137306435396431613031636238306137652e6a7067)](https://camo.githubusercontent.com/ab0879d2eaa94be03dada658e34b0a6c4389b6bfda200f73f6922ca36ca5b8bd/68747470733a2f2f7777772e7a6b7465636f2e636f6d2f656e2f75706c6f6164732f696d6167652f32303139303532332f33363662373231306333356164373137306435396431613031636238306137652e6a7067)

[![](https://camo.githubusercontent.com/0bdd57698e8683dae0d4bd477c82f3a6f201e89b9bdc6c2ac731170506a5c264/68747470733a2f2f7777772e7a6b7465636f2e636f6d2f656e2f75706c6f6164732f696d6167652f32303139303532332f62393263633639663635393865383138663531366430373361313366373264302e6a7067)](https://camo.githubusercontent.com/0bdd57698e8683dae0d4bd477c82f3a6f201e89b9bdc6c2ac731170506a5c264/68747470733a2f2f7777772e7a6b7465636f2e636f6d2f656e2f75706c6f6164732f696d6167652f32303139303532332f62393263633639663635393865383138663531366430373361313366373264302e6a7067)

\# 配置文件 config/editor.php ```
    'route' => [

        'prefix' => env('ADMIN_ROUTE_PREFIX', 'yxx'),

        'namespace' => 'Yxx\\Kindeditor\\Controllers',

        'middleware' => ['web'],
    ],

    'up_config' => [
        "image_size"    => 1024*1024*3,                                                 // 上传图片大小
        "file_size"     => 1024*1024*100,                                               // 上传文件大小
        "media_size"    => 1024*1024*100,                                               // 上传视音频大小
        "flash_size"    => 1024*1024*100,                                               // 上传flash大小
        "image_format"  => "jpg,gif,jpeg,png,bmp,svg",                                  // 上传图片格式
        "file_format"   => "doc,docx,xls,xlsx,ppt,htm,html,txt,rar,zip,mp4,pdf,pptx",   // 上传文件格式
        "media_format"  => "mp3,mp4,avi",                                               // 上传视音频格式
        "flash_format"  => "swf,fla",                                                   // 上传flash格式
        "upload_path"   => "uploads",                                                   // 上传文件目录
    ],

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~16 days

Total

7

Last Release

2454d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a556fe7375e1f3ca1a30482386f782dbd673a76a0317a83c354294db3d5aa6f3?d=identicon)[yxx](/maintainers/yxx)

---

Top Contributors

[![youyingxiang](https://avatars.githubusercontent.com/u/28653285?v=4)](https://github.com/youyingxiang "youyingxiang (49 commits)")

---

Tags

laraveladminkindeditor

### Embed Badge

![Health badge](/badges/yxx-kindeditor/health.svg)

```
[![Health](https://phpackages.com/badges/yxx-kindeditor/health.svg)](https://phpackages.com/packages/yxx-kindeditor)
```

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[serverfireteam/blog

A nice blog system with laravel and laravelpanel

523.1k](/packages/serverfireteam-blog)[printnow/laravel-admin

Dcat admin 永久分叉版 / 支持 Laravel 12, PHP 版本限制 &gt;= 8.1（支持 PHP 8.4）

432.0k](/packages/printnow-laravel-admin)[larasnap/laravel-admin

Laravel Admin Panel

221.4k](/packages/larasnap-laravel-admin)

PHPackages © 2026

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