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

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

weikeong/laravel-ckeditor
=========================

JavaScript WYSIWYG web text editor (for laravel).

00JavaScript

Since Apr 27Pushed 3y agoCompare

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

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

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ad2e8e11ad3feaf93e1573590952a343e7f103c03d40e6ff656708ed9818fde?d=identicon)[weikeong98](/maintainers/weikeong98)

---

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)")[![weikeong98](https://avatars.githubusercontent.com/u/34655787?v=4)](https://github.com/weikeong98 "weikeong98 (3 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)")

### Embed Badge

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

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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