PHPackages                             sekiphp/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sekiphp/laravel-ckeditor

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

sekiphp/laravel-ckeditor
========================

JavaScript WYSIWYG web text editor (for laravel).

4.7.4(5y ago)024[1 PRs](https://github.com/Sekiphp/laravel-ckeditor/pulls)GPL-2.0+JavaScript

Since Aug 7Pushed 1y agoCompare

[ Source](https://github.com/Sekiphp/laravel-ckeditor)[ Packagist](https://packagist.org/packages/sekiphp/laravel-ckeditor)[ Docs](http://ckeditor.com)[ RSS](/packages/sekiphp-laravel-ckeditor/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (11)Used By (0)

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

[](#ckeditor-package)

Note
----

[](#note)

**This is NOT the official CKEDITOR package.**

[CKEDITOR officially has its own composer package since 2014](https://ckeditor.com/blog/CKEditor-Supports-Bower-and-Composer/). Instead of using this package, we recommend you follow [the official CKEditor installation instructions with package managers](https://docs.ckeditor.com/ckeditor4/latest/guide/dev_package_managers.html#composer)

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

[](#installation)

### Set up package

[](#set-up-package)

```
composer require unisharp/laravel-ckeditor

```

### Add ServiceProvider

[](#add-serviceprovider)

For Laravel 5.5+ you can skip this step.

For Laravel 5.4 and earlier edit config/app.php, add the following file to `Application Service Providers` section.

```
Unisharp\Ckeditor\ServiceProvider::class,

```

### Publish the resources

[](#publish-the-resources)

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

```

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 Uploader Integration
-------------------------

[](#file-uploader-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

Maintenance28

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor3

3 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 ~292 days

Recently: every ~464 days

Total

8

Last Release

1880d ago

### Community

Maintainers

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

---

Top Contributors

[![youchenlee](https://avatars.githubusercontent.com/u/181350?v=4)](https://github.com/youchenlee "youchenlee (22 commits)")[![Reinmar](https://avatars.githubusercontent.com/u/156149?v=4)](https://github.com/Reinmar "Reinmar (21 commits)")[![oleq](https://avatars.githubusercontent.com/u/1099479?v=4)](https://github.com/oleq "oleq (19 commits)")[![mlewand](https://avatars.githubusercontent.com/u/5353898?v=4)](https://github.com/mlewand "mlewand (18 commits)")[![streamtw](https://avatars.githubusercontent.com/u/7333171?v=4)](https://github.com/streamtw "streamtw (8 commits)")[![Sekiphp](https://avatars.githubusercontent.com/u/9967016?v=4)](https://github.com/Sekiphp "Sekiphp (4 commits)")[![lokimo](https://avatars.githubusercontent.com/u/11140868?v=4)](https://github.com/lokimo "lokimo (2 commits)")[![silvermirror10343](https://avatars.githubusercontent.com/u/16751728?v=4)](https://github.com/silvermirror10343 "silvermirror10343 (1 commits)")[![wwalc](https://avatars.githubusercontent.com/u/545175?v=4)](https://github.com/wwalc "wwalc (1 commits)")[![napestershine](https://avatars.githubusercontent.com/u/8603325?v=4)](https://github.com/napestershine "napestershine (1 commits)")[![f1ames](https://avatars.githubusercontent.com/u/1061942?v=4)](https://github.com/f1ames "f1ames (1 commits)")[![fredck](https://avatars.githubusercontent.com/u/630060?v=4)](https://github.com/fredck "fredck (1 commits)")[![jbaylina](https://avatars.githubusercontent.com/u/4180156?v=4)](https://github.com/jbaylina "jbaylina (1 commits)")[![lloricode](https://avatars.githubusercontent.com/u/8251344?v=4)](https://github.com/lloricode "lloricode (1 commits)")[![lukasirsak](https://avatars.githubusercontent.com/u/30669262?v=4)](https://github.com/lukasirsak "lukasirsak (1 commits)")[![AnnaTomanek](https://avatars.githubusercontent.com/u/538321?v=4)](https://github.com/AnnaTomanek "AnnaTomanek (1 commits)")

---

Tags

laraveljavascripthtmltexteditorwysiwygCKEditorrichtextfckeditor

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/sekiphp-laravel-ckeditor/health.svg)](https://phpackages.com/packages/sekiphp-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.2M76](/packages/ckeditor-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)[techguy/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

1113.5k](/packages/techguy-laravel-ckeditor)[tinymce/tinymce

Web based JavaScript HTML WYSIWYG editor control.

1697.5M106](/packages/tinymce-tinymce)

PHPackages © 2026

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