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

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

rofilde/laravel-ckeditor
========================

JavaScript WYSIWYG web text editor (for laravel).

v1.0(10y ago)04.8k11GPL-2.0+JavaScript

Since Jan 12Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (1)

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

[](#ckeditor-package)

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

[](#installation)

### Set up package

[](#set-up-package)

```
composer require rofilde/laravel-ckeditor
php artisan vendor:publish --tag=ckeditor

```

### Add ServiceProvider

[](#add-serviceprovider)

Edit config/app.php, add the following file to `Application Service Providers` section.

```
Rofilde\Ckeditor\ServiceProvider::class,

```

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

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

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 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

3773d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f49f1d77b24f52792278bd036cbcf14615435ac689b0e862b88597086ca8e89?d=identicon)[rofilde.hasudungan](/maintainers/rofilde.hasudungan)

---

Top Contributors

[![Reinmar](https://avatars.githubusercontent.com/u/156149?v=4)](https://github.com/Reinmar "Reinmar (19 commits)")[![oleq](https://avatars.githubusercontent.com/u/1099479?v=4)](https://github.com/oleq "oleq (15 commits)")[![youchenlee](https://avatars.githubusercontent.com/u/181350?v=4)](https://github.com/youchenlee "youchenlee (10 commits)")[![streamtw](https://avatars.githubusercontent.com/u/7333171?v=4)](https://github.com/streamtw "streamtw (6 commits)")[![mlewand](https://avatars.githubusercontent.com/u/5353898?v=4)](https://github.com/mlewand "mlewand (2 commits)")[![rofil](https://avatars.githubusercontent.com/u/16380895?v=4)](https://github.com/rofil "rofil (2 commits)")[![fredck](https://avatars.githubusercontent.com/u/630060?v=4)](https://github.com/fredck "fredck (1 commits)")

---

Tags

laraveljavascripthtmltexteditorwysiwygCKEditorrichtextfckeditor

### Embed Badge

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

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