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

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

midium/laravel-ckeditor
=======================

JavaScript WYSIWYG web text editor (for Laravel 5).

4.5.6(10y ago)19931GPL-2.0+JavaScript

Since Aug 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/midium/laravel-ckeditor)[ Packagist](https://packagist.org/packages/midium/laravel-ckeditor)[ Docs](http://ckeditor.com)[ RSS](/packages/midium-laravel-ckeditor/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

CKEditor Package
================

[](#ckeditor-package)

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

[](#installation)

### Set up package

[](#set-up-package)

```
composer require midium/laravel-ckeditor:dev-master

```

### Add ServiceProvider

[](#add-serviceprovider)

Edit config/app.php, add the following file to `Application Service Providers` section.

```
Midium\Ckeditor\ServiceProvider::class,

```

### Publish the package's config and assets

[](#publish-the-packages-config-and-assets)

```
php artisan vendor:publish --tag=ckedit

```

Usage
-----

[](#usage)

Default way (initiate by name or id) :

```

        CKEDITOR.replace( 'article-ckeditor' );

```

Or if you want to initiate by jQuery selector :

```

        $('textarea').ckeditor();
        // $('.textarea').ckeditor(); // if class is prefered.

```

File Uplader Integration
------------------------

[](#file-uplader-integration)

Instead of using KCFinder, we recommend [laravel-filemanager](https://github.com/UniSharp/laravel-filemanager) for the file uploader integration for better laravel user access control and specific per user folders.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

3

Last Release

3813d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1250627?v=4)[Matteo Loro](/maintainers/midium)[@midium](https://github.com/midium)

---

Top Contributors

[![Reinmar](https://avatars.githubusercontent.com/u/156149?v=4)](https://github.com/Reinmar "Reinmar (20 commits)")[![oleq](https://avatars.githubusercontent.com/u/1099479?v=4)](https://github.com/oleq "oleq (19 commits)")[![midium](https://avatars.githubusercontent.com/u/1250627?v=4)](https://github.com/midium "midium (11 commits)")[![youchenlee](https://avatars.githubusercontent.com/u/181350?v=4)](https://github.com/youchenlee "youchenlee (11 commits)")[![streamtw](https://avatars.githubusercontent.com/u/7333171?v=4)](https://github.com/streamtw "streamtw (6 commits)")[![mlewand](https://avatars.githubusercontent.com/u/5353898?v=4)](https://github.com/mlewand "mlewand (2 commits)")[![fredck](https://avatars.githubusercontent.com/u/630060?v=4)](https://github.com/fredck "fredck (1 commits)")

---

Tags

laraveljavascripthtmltexteditorwysiwygCKEditorrichtextfckeditor

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

375765.1k5](/packages/unisharp-laravel-ckeditor)[ckeditor/ckeditor

JavaScript WYSIWYG web text editor.

5244.3M79](/packages/ckeditor-ckeditor)[techguy/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

1013.7k](/packages/techguy-laravel-ckeditor)[w8tcha/ckeditor-wordcount-plugin

WordCount Plugin for CKEditor Editor

77478.1k](/packages/w8tcha-ckeditor-wordcount-plugin)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

446.8k](/packages/mati365-ckeditor5-livewire)[jodit/yii2-jodit

Jodit - awesome WYSIWYG Editor like widget for Yii2

1521.7k](/packages/jodit-yii2-jodit)

PHPackages © 2026

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