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

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

laravel-open-admin-ext/ckeditor
===============================

Integrate CKEDITOR into open-admin \[CUSTOM\]

v1.7(1y ago)0139MITPHPPHP &gt;=8.2

Since Mar 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bayuly94/laravel--open-admin-core-ckeditor)[ Packagist](https://packagist.org/packages/laravel-open-admin-ext/ckeditor)[ Docs](https://github.com/open-admin-ext/ckeditor)[ RSS](/packages/laravel-open-admin-ext-ckeditor/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (5)Versions (9)Used By (0)

Integrate CKEDITOR into open-admin
==================================

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

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

Screenshot
----------

[](#screenshot)

[![field-ckeditor](https://user-images.githubusercontent.com/86517067/149800371-a99f23ba-c979-4122-bb7d-2cc32ecd0982.png)](https://user-images.githubusercontent.com/86517067/149800371-a99f23ba-c979-4122-bb7d-2cc32ecd0982.png)

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

[](#installation)

```
composer require laravel-open-admin-ext/ckeditor
```

Then

```
php artisan vendor:publish --tag=laravel-open-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' => [
        'language'      => 'de',
        'height'        => 500,
        'contentsCss'   => '/css/frontend-body-content.css',
    ]
```

Usage
-----

[](#usage)

Use it in the form:

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

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

Problems?
---------

[](#problems)

If ckeditor is not showing up and tells you that it's not found run the lines below to clear the compiled services and packages.

```
php artisan optimize:clear
```

License
-------

[](#license)

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

laravel--open-admin-core-ckeditor
=================================

[](#laravel--open-admin-core-ckeditor)

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance48

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

8

Last Release

410d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

extensioneditorwysiwygCKEditoropen-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[ktquez/laravel-tinymce

TinyMCE editor for Laravel and Lumen Framework

2525.4k](/packages/ktquez-laravel-tinymce)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

413.9k](/packages/mati365-ckeditor5-livewire)[jodit/yii2-jodit

Jodit - awesome WYSIWYG Editor like widget for Yii2

1621.5k](/packages/jodit-yii2-jodit)[techguy/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

1113.5k](/packages/techguy-laravel-ckeditor)

PHPackages © 2026

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