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

ActiveLibrary

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

JavaScript WYSIWYG web text editor (for Laravel 5).

4.5.6(10y ago)19661GPL-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 1mo 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 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

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

3766d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b15448529d152b02e4c4b06a40fa8b9509e2b82f6f3082406e88f289cf12aea8?d=identicon)[midium](/maintainers/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).

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

JavaScript WYSIWYG web text editor.

5234.2M75](/packages/ckeditor-ckeditor)[techguy/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

1113.5k](/packages/techguy-laravel-ckeditor)[froala/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

5.4k306.9k3](/packages/froala-wysiwyg-editor)[w8tcha/ckeditor-wordcount-plugin

WordCount Plugin for CKEditor Editor

77470.2k](/packages/w8tcha-ckeditor-wordcount-plugin)[tinymce/tinymce

Web based JavaScript HTML WYSIWYG editor control.

1697.5M105](/packages/tinymce-tinymce)

PHPackages © 2026

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