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

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

ghost/ckeditor
==============

CKEditor 5 集成laravel-admin

v1.0.1(6y ago)51.5k31MITCSSPHP &gt;=7.0.0CI failing

Since Jan 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Ghost-die/ckeditor)[ Packagist](https://packagist.org/packages/ghost/ckeditor)[ Docs](https://github.com/Ghost-die/ckeditor.git)[ RSS](/packages/ghost-ckeditor/feed)WikiDiscussions master Synced 1w ago

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

CKEditor 5 集成laravel-admin
==========================

[](#ckeditor-5-集成laravel-admin)

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

[](#installation)

```
composer require ghost/ckeditor
```

Then

```
php artisan vendor:publish --tag=ghost-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', \ghost\CKEditor\Editor::class);
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

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

Total

2

Last Release

2217d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e089b9a451cec387af4a0bfa9449b0226b379b102e8a3629894fcfbf5ceba02?d=identicon)[ghost\_ai](/maintainers/ghost_ai)

---

Top Contributors

[![ghost-die](https://avatars.githubusercontent.com/u/20829237?v=4)](https://github.com/ghost-die "ghost-die (4 commits)")

---

Tags

extensioneditorCKEditorlaravel-adminckeditor5

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel-admin-ext/ckeditor

Integrate CKEDITOR into laravel-admin

30183.6k1](/packages/laravel-admin-ext-ckeditor)[jxlwqq/material-ui

material ui for laravel-admin

9784.9k](/packages/jxlwqq-material-ui)[super-eggs/laravel-admin-tinymce

TinyMCE extension for laravel-admin

139.4k](/packages/super-eggs-laravel-admin-tinymce)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

413.9k](/packages/mati365-ckeditor5-livewire)[dirkpersky/typo3-rte-ckeditor-fontawesome

Adds the Fontawesome add-on to the CKEditor in TYPO3.

16147.9k](/packages/dirkpersky-typo3-rte-ckeditor-fontawesome)

PHPackages © 2026

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