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

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

techguy/laravel-ckeditor
========================

JavaScript WYSIWYG web text editor (for laravel).

v1.5.5(4y ago)1113.5k↓33.3%3GPL-2.0+JavaScript

Since Nov 19Pushed 3y ago2 watchersCompare

[ Source](https://github.com/dev-techguy/laravel-ckeditor)[ Packagist](https://packagist.org/packages/techguy/laravel-ckeditor)[ Docs](http://ckeditor.com)[ RSS](/packages/techguy-laravel-ckeditor/feed)WikiDiscussions master Synced 1mo ago

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

[![](https://camo.githubusercontent.com/e8be975169cc5be17867364c42ff3e19cb6898532419cfb202a6a7b887ac5d92/68747470733a2f2f696d616765732e673263726f77642e636f6d2f75706c6f6164732f70726f647563742f696d6167652f6c617267655f64657461696c2f6c617267655f64657461696c5f31666139306431633037653039316463313066653636376230623937636332622f636b656469746f722d342e706e67)](#)

[](#)

 [ ![](https://camo.githubusercontent.com/3a0378bd752c92053a00356eac3cd6c82662f0d32b9b62c685eb019b9f006910/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6465762d746563686775792f6c61726176656c2d636b656469746f72) ](https://github.com/dev-techguy/laravel-ckeditor/issues) [ ![](https://camo.githubusercontent.com/56422bfe8fb3190e39e0c90bed9b0d8c7e47207490ccb10fe60bd2eef811bdd7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6465762d746563686775792f6c61726176656c2d636b656469746f72) ](https://github.com/dev-techguy/laravel-ckeditor/network/members) [ ![](https://camo.githubusercontent.com/72f03fd3de6ba43832c3e7970dbea6953ad19b6855f0f8d0f9e06527581a5665/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6465762d746563686775792f6c61726176656c2d636b656469746f72) ](https://github.com/dev-techguy/laravel-ckeditor/stargazers) [ ![](https://camo.githubusercontent.com/917642c171ca3d8a329fa7094c226a74cb193b4393b35ca8ad08169a2912749d/68747470733a2f2f706f7365722e707567782e6f72672f746563686775792f6c61726176656c2d636b656469746f722f762f737461626c65) ](https://packagist.org/packages/techguy/laravel-ckeditor) [ ![](https://camo.githubusercontent.com/1fa41f9714b0e60a8187eb69a8e04ea631128d8d37472db9e399e2511e145b58/68747470733a2f2f706f7365722e707567782e6f72672f746563686775792f6c61726176656c2d636b656469746f722f646f776e6c6f616473) ](https://packagist.org/packages/techguy/laravel-ckeditor)

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 techguy/laravel-ckeditor

```

### Add ServiceProvider

[](#add-serviceprovider)

Edit config/app.php, add the following file to `Application Service Providers` section. *Use this for laravel 5.5 and below*

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

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 78.6% of commits — single point of failure

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

Total

5

Last Release

1557d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3eb77101c156056b3f28161aa60d2f8acbe665ccef40a5f4701eeb06902cc01?d=identicon)[dev-techguy](/maintainers/dev-techguy)

---

Top Contributors

[![general-oisebe](https://avatars.githubusercontent.com/u/154009443?v=4)](https://github.com/general-oisebe "general-oisebe (11 commits)")[![dev-techguy](https://avatars.githubusercontent.com/u/36882600?v=4)](https://github.com/dev-techguy "dev-techguy (3 commits)")

---

Tags

ckeditorlaravelphplaraveljavascripthtmltexteditorwysiwygCKEditorrichtextfckeditor

### Embed Badge

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

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

CKEditor 5 integration for Laravel Livewire

413.9k](/packages/mati365-ckeditor5-livewire)

PHPackages © 2026

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