PHPackages                             omaicode/laravel-admin-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. omaicode/laravel-admin-ckeditor

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

omaicode/laravel-admin-ckeditor
===============================

Integrate CKEDITOR into laravel-admin

02JavaScript

Since Apr 25Pushed 3y agoCompare

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

READMEChangelogDependenciesVersions (1)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 laravel-admin-ext/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]);
```

Donate
------

[](#donate)

> Help keeping the project development going, by donating a little. Thanks in advance.

[![PayPal Me](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.me/zousong)

[![-1](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg)](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg)

License
-------

[](#license)

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

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f6e86fd271beba44fb9e183d201c5d5819cc2fc4f11c94a55c441a798697f62?d=identicon)[bieberkieu](/maintainers/bieberkieu)

---

Top Contributors

[![kieutrongthien](https://avatars.githubusercontent.com/u/9605103?v=4)](https://github.com/kieutrongthien "kieutrongthien (4 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)")

### Embed Badge

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

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

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

545.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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