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

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

larcool/ckeditor
================

CKEditor 5 extension for laravel-admin

v1.0.3(5y ago)123MITCSSPHP &gt;=7.0.0

Since Jan 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/larcool/ckeditor)[ Packagist](https://packagist.org/packages/larcool/ckeditor)[ Docs](https://github.com/larcool/ckeditor.git)[ RSS](/packages/larcool-ckeditor/feed)WikiDiscussions main Synced today

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

CKEditor 5 extension for laravel-admin
======================================

[](#ckeditor-5-extension-for-laravel-admin)

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

[](#installation)

```
composer require larcool/ckeditor
```

Then

```
php artisan vendor:publish --tag=larcool-ckeditor
```

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

[](#configuration)

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

```
    'ckeditor' => [

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

    		    // Editor configuration
    		    'config' => [
    			   "simpleUpload"=>[
    			   	    "uploadUrl"=>'/admin/uploads'
    			   ],
    			    "fontSize" => [
    			    	"options" =>[
    					    9,
    					    11,
    					    13,
    					    'default',
    					    17,
    					    19,
    					    21
    				    ]
    			    ],
    			    "toolbar"=>[
    			    	"items"=>[
    					    'heading',
    					    'fontFamily',
    					    'fontSize',
    					    'fontColor',
    					    'fontBackgroundColor',
    					    'bold',
    					    'italic',
    					    'link',
    					    'bulletedList',
    					    'numberedList',
    					    '|',
    					    'indent',
    					    'outdent',
    					    '|',
    					    'imageUpload',
    					    'blockQuote',
    					    'insertTable',
    					    'mediaEmbed',
    					    'undo',
    					    'redo'
    				    ]
    			    ],
    			    'image'=>[
    			    	'toolbar'=>['imageTextAlternative', '|', 'imageStyle:alignLeft', 'imageStyle:full', 'imageStyle:alignRight'],
    				    'resizeUnit'=>'px',
    				    'styles'=>[
    					    // This option is equal to a situation where no style is applied.
    					    'full',

    					    'side',
    					    // This represents an image aligned to the left.
    					    'alignLeft',
    					    'alignCenter',
    					    // This represents an image aligned to the right.
    					    'alignRight'
    				    ]
    			    ],

    			    "table" =>[
    			    	'contentToolbar'=>[
    					    'tableColumn',
    					    'tableRow',
    					    'mergeTableCells'
    				    ]
    			    ],
    			    'language'=>'zh-cn',

    		    ]
    	    ]
```

Usage
-----

[](#usage)

```
Form::extend('editor', \larcool\CKEditor\Editor::class);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

4

Last Release

1983d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30c6ab155345921ca0e67674851631729964af302744e5670a17a8b5520f87e3?d=identicon)[zt7515](/maintainers/zt7515)

---

Top Contributors

[![cpu10000](https://avatars.githubusercontent.com/u/208048534?v=4)](https://github.com/cpu10000 "cpu10000 (5 commits)")

---

Tags

extensioneditorCKEditorlaravel-adminckeditor5

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel-admin-ext/ckeditor

Integrate CKEDITOR into laravel-admin

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

Summernote extension for laravel-admin

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

PHPackages © 2026

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