PHPackages                             backpack/ckeditor-field - 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. backpack/ckeditor-field

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

backpack/ckeditor-field
=======================

CKEditor field for Backpack

1.0.0(6mo ago)03.8k↑15.8%MITBladeCI passing

Since Nov 19Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/Laravel-Backpack/ckeditor-field)[ Packagist](https://packagist.org/packages/backpack/ckeditor-field)[ RSS](/packages/backpack-ckeditor-field/feed)WikiDiscussions main Synced 1mo ago

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

 [![](https://camo.githubusercontent.com/41eda071dc357c1b4c25539ffd42767848a77efc0132b5f9c837c9dcfe1f65fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6261636b7061636b2f636b656469746f722d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/backpack/ckeditor-field "Latest Version on Packagist") [![](https://camo.githubusercontent.com/9e9458cc6a8ec5e5f818715215d90a5aa03c96c76ab286c3d4434f746b7a20de/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6261636b7061636b2f636b656469746f722d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/backpack/ckeditor-field "Total Downloads") [![GitHub last commit](https://camo.githubusercontent.com/d25a713249ae3e539ec030b70efcda74f42a05d11e6536093ec8d1c42911a9d4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6c61726176656c2d6261636b7061636b2f636b656469746f722d6669656c64)](https://github.com/Laravel-Backpack/ckeditor-field/commits/master "Last commit") [![](https://camo.githubusercontent.com/119c483b8d7a9b93e8ef91d8ac72d8dd00406952e7c2fd3d5480cce1b0222063/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f77726974696e672532307374616e646172642d74686525323077686f6c6525323066727569742d627269676874677265656e3f7374796c653d666c61742d737175617265 "We believe writing good code is not only about writing good code. It’s also about the words around it. We aims to deliver both: code and words.")](https://github.com/the-whole-fruit/manifesto)

backpack\\ckeditor-field
========================

[](#backpackckeditor-field)

A CKEditor field type for [Laravel Backpack](https://backpackforlaravel.com), using the [CKEditor](https://ckeditor.com/) WYSIWYG editor.

Install
-------

[](#install)

To install this package via Composer, run this command:

```
composer require backpack/ckeditor-field
```

Usage
-----

[](#usage)

In your CrudController, use the `CKEditor` field type:

```
CRUD::field('content')->type('ckeditor');
```

You can customize most of CKEditor's options:

```
CRUD::field([   // CKEditor
    'name'          => 'content',
    'type'          => 'ckeditor',

    // optional:
    'options'       => [
        'autoGrow_minHeight'   => 200,
        'autoGrow_bottomSpace' => 50,
        'removePlugins'        => [],
    ],

    // elfinder configuration options when using [the file manager package](https://github.com/Laravel-Backpack/FileManager)
    'elfinderOptions' => [], // it's the same as `true`, will enable with default options, by default is: `false`
]);
```

If you'd like to be able to select files from elFinder, you need to install [Backpack/FileManager](https://github.com/Laravel-Backpack/FileManager) package and enable it in your field: `elfinderOptions => true`.

Custom Builds
-------------

[](#custom-builds)

Custom builds are not supported at the moment. If you need a custom build, you should publish the field to your own `resources/views/vendor/backpack/ckeditor-field/fields/ckeditor.blade.php` and modify it as needed.

License
-------

[](#license)

CKEditor is released under the GPL license. Please see the [CKEditor licensing page](https://ckeditor.com/legal/ckeditor-oss-license) for more information. Means that if you use CKEditor in your project, and you distribute that project, you need to make the source code of your project available under a GPL-compatible license or purchase a commercial CKEditor license.

Security
--------

[](#security)

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

Please **[subscribe to the Backpack Newsletter](http://backpackforlaravel.com/newsletter)** so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.

Credits
-------

[](#credits)

- [Pedro Martins](https://github.com/pxpm)
- [Cristian Tabacitu](https://github.com/tabacitu)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance72

Regular maintenance activity

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

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

Unknown

Total

1

Last Release

180d ago

### Community

Maintainers

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

---

Top Contributors

[![pxpm](https://avatars.githubusercontent.com/u/7188159?v=4)](https://github.com/pxpm "pxpm (8 commits)")[![tabacitu](https://avatars.githubusercontent.com/u/1032474?v=4)](https://github.com/tabacitu "tabacitu (4 commits)")

---

Tags

laravelbackpack

### Embed Badge

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

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

###  Alternatives

[backpack/backupmanager

Admin interface for managing backups in Backpack, on Laravel 5.2+

340375.9k2](/packages/backpack-backupmanager)[backpack/theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.

35536.5k](/packages/backpack-theme-tabler)[itstructure/laravel-grid-view

Grid view for laravel framework

2546.6k2](/packages/itstructure-laravel-grid-view)[ycs77/inertia-laravel-ssr-head

Simple SSR Head for Inertia Laravel

3211.5k](/packages/ycs77-inertia-laravel-ssr-head)

PHPackages © 2026

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