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

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

hpez/laravel-ckeditor
=====================

JavaScript WYSIWYG web text editor (for laravel).

v1.0(5y ago)038GPL-2.0+JavaScript

Since Jun 8Pushed 5y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)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 hpez/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.

```
Hpez\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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2163d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/839d5fc6bcf7fd36a116904985206a0591f73ec60ccbdc08a05dd44dcbf9f7d1?d=identicon)[hpez](/maintainers/hpez)

---

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)")[![lokimo](https://avatars.githubusercontent.com/u/11140868?v=4)](https://github.com/lokimo "lokimo (2 commits)")[![hpez](https://avatars.githubusercontent.com/u/23010096?v=4)](https://github.com/hpez "hpez (2 commits)")[![AnnaTomanek](https://avatars.githubusercontent.com/u/538321?v=4)](https://github.com/AnnaTomanek "AnnaTomanek (1 commits)")[![napestershine](https://avatars.githubusercontent.com/u/8603325?v=4)](https://github.com/napestershine "napestershine (1 commits)")[![fredck](https://avatars.githubusercontent.com/u/630060?v=4)](https://github.com/fredck "fredck (1 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)")[![jbaylina](https://avatars.githubusercontent.com/u/4180156?v=4)](https://github.com/jbaylina "jbaylina (1 commits)")[![f1ames](https://avatars.githubusercontent.com/u/1061942?v=4)](https://github.com/f1ames "f1ames (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)")

---

Tags

laraveljavascripthtmltexteditorwysiwygCKEditorrichtextfckeditor

### Embed Badge

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

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

JavaScript WYSIWYG web text editor (for laravel).

1113.5k](/packages/techguy-laravel-ckeditor)[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.5M106](/packages/tinymce-tinymce)[froala/wysiwyg-editor-php-sdk

PHP SDK for Froala WYSIWYG Editor

431.5M](/packages/froala-wysiwyg-editor-php-sdk)

PHPackages © 2026

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