PHPackages                             snowsoft/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. snowsoft/ckeditor

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

snowsoft/ckeditor
=================

Integrate CKEDITOR into laravel-admin

v1.0.3(3y ago)08MITJavaScriptPHP &gt;=8.0.0

Since Sep 23Pushed 3y agoCompare

[ Source](https://github.com/snowsoft/ckeditor)[ Packagist](https://packagist.org/packages/snowsoft/ckeditor)[ Docs](https://github.com/laravel-admin-ext/ckeditor)[ RSS](/packages/snowsoft-ckeditor/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (2)Versions (6)Used By (0)

Integrate CKEDITOR into laravel-admin
=====================================

[](#integrate-ckeditor-into-laravel-admin)

This is a `laravel-admin` extension that integrates `CKEDITOR` into the `laravel-admin` form.

Screenshot
----------

[](#screenshot)

[![qq20180923-191508](https://user-images.githubusercontent.com/1479100/45928434-10944a00-bf76-11e8-918f-9566c7ba4c6b.png)](https://user-images.githubusercontent.com/1479100/45928434-10944a00-bf76-11e8-918f-9566c7ba4c6b.png)

Installation
------------

[](#installation)

```
composer require snowsoft/ckeditor
```

Then

```
php artisan vendor:publish --tag=laravel-admin-ckeditor
```

Configuration
-------------

[](#configuration)

In the `extensions` section of the `config/admin.php` file, add some configuration that belongs to this extension.

```
    'extensions' => [

        'ckeditor' => [

            //Set to false if you want to disable this extension
            'enable' => true,

            // Editor configuration
            'config' => [

            ]
        ]
    ]
```

The configuration of the editor can be found in [CKEditor Documentation](https://ckeditor.com/docs/ckeditor4/latest/guide/), such as configuration language and height.

```
    'config' => [
        'lang'   => 'zh-CN',
        'height' => 500,
    ]
```

Usage
-----

[](#usage)

Use it in the form:

```
$form->ckeditor('content');

// Set config
$form->ckeditor('content')->options(['lang' => 'fr', 'height' => 500]);
```

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

5

Last Release

1207d ago

Major Versions

v1.0.1 → 2.0.x-dev2020-09-28

PHP version history (2 changes)v1.0.0PHP &gt;=7.0.0

v1.0.2PHP &gt;=8.0.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4568234?v=4)[snowsoft](/maintainers/snowsoft)[@snowsoft](https://github.com/snowsoft)

---

Top Contributors

[![snowsoft](https://avatars.githubusercontent.com/u/4568234?v=4)](https://github.com/snowsoft "snowsoft (3 commits)")[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (3 commits)")[![a1ex7](https://avatars.githubusercontent.com/u/13150222?v=4)](https://github.com/a1ex7 "a1ex7 (1 commits)")

---

Tags

extensioneditorCKEditorlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel-admin-ext/ckeditor

Integrate CKEDITOR into laravel-admin

30183.6k1](/packages/laravel-admin-ext-ckeditor)[laravel-admin-ext/summernote

Summernote extension for laravel-admin

37140.5k](/packages/laravel-admin-ext-summernote)

PHPackages © 2026

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