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

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

huynt/laravel-ckeditor
======================

JavaScript WYSIWYG web text editor (for laravel).

04JavaScript

Since Nov 10Pushed 6mo agoCompare

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

READMEChangelogDependenciesVersions (1)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

18

—

LowBetter than 8% of packages

Maintenance47

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 73.3% 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.

### Community

Maintainers

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

---

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)")[![huynt57](https://avatars.githubusercontent.com/u/5053581?v=4)](https://github.com/huynt57 "huynt57 (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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