PHPackages                             brgmn/nova-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. brgmn/nova-ckeditor

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

brgmn/nova-ckeditor
===================

Use CKEditor for Laravel Nova fields.

1.2.0(4y ago)21.0kMITPHPPHP ^8.0|^8.1

Since Dec 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/brgmn/brgmn-nova-ckeditor)[ Packagist](https://packagist.org/packages/brgmn/nova-ckeditor)[ Docs](https://github.com/brgmn/nova-ckeditor)[ RSS](/packages/brgmn-nova-ckeditor/feed)WikiDiscussions main Synced 4w ago

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

CKEditor 5 for Laravel Nova
===========================

[](#ckeditor-5-for-laravel-nova)

This package includes a custom CKEditor 5 field for Laravel Nova (&gt;= 4.0) including a custom build CKEditor with most official plugins (e.g. code-Plugin, table editor, image captions). If you like CKEditor and the out-of-the-box Trix-Editor is too limited for your usecases this package could be a good alternative for content heavy laravel nova projects.

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

[](#installation)

You can install the package via composer:

```
composer require brgmn/nova-ckeditor
```

Usage
-----

[](#usage)

Just use the CKEditor field class in your nova definitions like this:

```
CKEditor::make('Text', 'body')
                ->rules('required')
                ->withFiles('s3-public', 'articles/content')
                ->options([
                    'language' => 'de',
                    'toolbar' => [
                        'Heading',
                        'Bold',
                        'Italic',
                        '|',
                        'Link',
                        '|',
                        'NumberedList',
                        'BulletedList',
                        'codeBlock',
                        'blockquote',
                        'insertTable',
                        '|',
                        'MediaEmbed',
                        'imageUpload',
                        'toggleImageCaption'
                    ],
                    'mediaEmbed' => [
                        'previewsInData' => true,
                    ],
                    'heading' => [
                'options'=> [
                    [ 'model'=> 'heading2', 'view'=> 'h2', 'title'=> 'Heading 2', 'class'=> 'ck-heading_heading2' ],
                    [ 'model'=> 'heading3', 'view'=> 'h3', 'title'=> 'Heading 3', 'class'=> 'ck-heading_heading3' ]
                ],
            ]]),

```

### Screenshot

[](#screenshot)

[![Full featured CKEditor 5 as Laravel Nova 4.0 Field in Action](https://raw.githubusercontent.com/brgmn/brgmn-nova-ckeditor/main/static/laravel-nova-4-ckeditor-screenshot.png)](https://raw.githubusercontent.com/brgmn/brgmn-nova-ckeditor/main/static/laravel-nova-4-ckeditor-screenshot.png)

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Martin Brüggemann](https://github.com/brgmn)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

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

Total

3

Last Release

1488d ago

PHP version history (2 changes)1.0.0PHP ^7.4|^8.0

1.1.0PHP ^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/1761d781f5f02019a92554a360fadb464c08ac4a1b2e7799666fd90727c0c167?d=identicon)[brgmn](/maintainers/brgmn)

---

Top Contributors

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

---

Tags

brgmnnova-ckeditor

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/brgmn-nova-ckeditor/health.svg)](https://phpackages.com/packages/brgmn-nova-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)
