PHPackages                             banbans/laravel-ckeditor - 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. [Templating &amp; Views](/categories/templating)
4. /
5. banbans/laravel-ckeditor

ActiveLibrary[Templating &amp; Views](/categories/templating)

banbans/laravel-ckeditor
========================

ckeditor for laravel 5

1.2(8y ago)3118MITPHPPHP &gt;=5.4

Since May 15Pushed 8y agoCompare

[ Source](https://github.com/banbans/laravel-ckeditor)[ Packagist](https://packagist.org/packages/banbans/laravel-ckeditor)[ RSS](/packages/banbans-laravel-ckeditor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

laravel-ckeditor
================

[](#laravel-ckeditor)

CKEditor是新一代的FCKeditor,是一个重新开发的版本。CKEditor是全球最优秀的网页在线文字编辑器之一,因其惊人的性能与可扩展性而广泛的被运用于各大网站。 此包采用了官方最新ckeditor4.6版集成，支持Laravel5及以上版本。

安装
==

[](#安装)

### Composer方式安装

[](#composer方式安装)

```
composer require banbans/laravel-ckeditor
```

### Laravel配置

[](#laravel配置)

- 在config\\App.php中增加配置

```
Banbans\Ckeditor\EditorServiceProvider::class
```

- 增加别名

```
'Ckeditor' =>Banbans\Ckeditor\Ckeditor::class,
```

- 发布配置及资源文件

```
php artisan vendor:publish --provider="Banbans\Ckeditor\EditorServiceProvider" --tag="ckeditor"
```

配置&amp;使用
=========

[](#配置使用)

```
//调用编辑器
{{ Ckeditor::content('内容', ['id'=>'editor', 'class'=>'text-editor']) }}
//调用JS 多次调用编辑器可以多次调用js，传入id就可以
{{ Ckeditor::js('editor') }}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

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

Total

3

Last Release

3064d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20923731?v=4)[Mike Cuffia](/maintainers/banbans)[@banbans](https://github.com/banbans)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/banbans-laravel-ckeditor/health.svg)

```
[![Health](https://phpackages.com/badges/banbans-laravel-ckeditor/health.svg)](https://phpackages.com/packages/banbans-laravel-ckeditor)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[livewire/blaze

A tool for optimizing Blade component performance by folding them into parent templates

688221.3k17](/packages/livewire-blaze)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)[konekt/html

HTML and Form Builders for the Laravel Framework

24403.2k5](/packages/konekt-html)

PHPackages © 2026

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