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

ActiveLibrary

xetaio/xetaravel-ckeditor
=========================

A wrapper to use CKEditor with Laravel.

v1.0.5(9y ago)01.3kMITPHPPHP &gt;=5.6.4

Since Apr 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/XetaIO/Xetaravel-CKEditor)[ Packagist](https://packagist.org/packages/xetaio/xetaravel-ckeditor)[ Docs](https://github.com/XetaIO/Xetaravel-CKEditor)[ RSS](/packages/xetaio-xetaravel-ckeditor/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

> # Xetaravel CKEditor
>
> [](#xetaravel-ckeditor)
>
> This is a wrapper to use [CKEditor](https://github.com/ckeditor/ckeditor-releases) with Laravel.
>
> ## Installation
>
> [](#installation)
>
> ```
> composer require xetaio/xetaravel-ckeditor
>
> ```
>
>
>
> Import the CkeditorServiceProvider in your `config/app.php`:
>
> ```
> Xetaravel\Ckeditor\Providers\CkeditorServiceProvider::class
>
> ```
>
>
>
> Publish the CKEditor to your public directory :
>
> ```
> php artisan vendor:publish --tag=ckeditor
>
> ```
>
>
>
> ## Usage
>
> [](#usage)
>
> ```
>
>
>     CKEDITOR.replace('name-go-here');
>
>
> ```
>
>
>
> ## Update
>
> [](#update)
>
> To update CKEditor to a new version, first run :
>
> ```
> composer update
>
> ```
>
>
>
> Then, delete the folder `public/vendor/release` and run the artisan command again :
>
> ```
> php artisan vendor:publish --tag=ckeditor
>
> ```
>
>
>
> **Note** : Do not put any custom configuration files in the `public/vendor/release` directory. Instead put them in the `public/vendor` directory or somewhere else and attach them to the `CKEDITOR` instance.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

6

Last Release

3299d ago

### Community

Maintainers

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

---

Tags

ckeditorlaravelpackagelaravelCKEditorXetaravel

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

413.9k](/packages/mati365-ckeditor5-livewire)[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)
