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

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

caritech/laravel-ckeditor
=========================

Laravel CKEditor

v3.8.1(9y ago)05MITHTML

Since Jul 14Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (10)Versions (19)Used By (0)

Easy CKEditor integration with Laravel 5
========================================

[](#easy-ckeditor-integration-with-laravel-5)

[![Build Status](https://camo.githubusercontent.com/69b3b4210f0b24f66b92c60f692725cd7ca7f3f69792e5ba612add0458bcb5be/68747470733a2f2f7472617669732d63692e6f72672f6a65726f656e6e6f74656e2f6c61726176656c2d636b656469746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jeroennoten/laravel-ckeditor)

This package provides an easy way to set up [CKEditor](http://ckeditor.com/) with Laravel 5. I think CKEditor is the best free WYSIWYG editors available. This package makes it super easy to use the editor with Laravel 5. It provides a custom blade directive `@ckeditor('textareaId')` to quickly integrate it in your forms.

- [Installation](#installation)
- [Updating](#updating)
- [Usage](#usage)
- [Configuration](#configuration)

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

[](#installation)

1. Require the package using composer:

    ```
    composer require jeroennoten/laravel-ckeditor

    ```
2. Add the service provider to the `providers` in `config/app.php`:

    ```
    JeroenNoten\LaravelCkEditor\ServiceProvider::class,
    ```
3. Publish the public assets:

    ```
    php artisan vendor:publish --tag=ckeditor-assets

    ```

Updating
--------

[](#updating)

1. To update this package, first update the composer package:

    ```
    composer update jeroennoten/laravel-ckeditor

    ```
2. Then, publish the public assets with the `--force` flag to overwrite existing files

    ```
    php artisan vendor:publish --tag=ckeditor-assets --force

    ```

Usage
-----

[](#usage)

The package provides a custom blade directive `@ckeditor('textareaId')` that transforms a `` into a CkEditor instance. Give your `` an `id` attribute and add the blade directive at the bottom of your page, with the identifier of the ``.

Example:

```

@ckeditor('bodyField')
```

Configuration
-------------

[](#configuration)

If you need to configure the CkEditor instance, you can do that by passing a second argument with all options into the blade directive. Refer to the [CkEditor config documentation](http://docs.ckeditor.com/#!/api/CKEDITOR.config) to discover all possible options.

Example:

```

@ckeditor('bodyField', ['height' => 500])
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

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

###  Release Activity

Cadence

Every ~12 days

Recently: every ~38 days

Total

18

Last Release

3385d ago

Major Versions

v1.0.0 → v2.0.02016-07-14

v2.1.1 → v3.0.02016-07-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/72d4a6b53c89b5c0a6ffc8ede67acbefb4106ddf75b50f256e567323429c075a?d=identicon)[chaiwei](/maintainers/chaiwei)

---

Top Contributors

[![jeroennoten](https://avatars.githubusercontent.com/u/4370753?v=4)](https://github.com/jeroennoten "jeroennoten (28 commits)")[![chaiwei](https://avatars.githubusercontent.com/u/423006?v=4)](https://github.com/chaiwei "chaiwei (2 commits)")

---

Tags

laravelwysiwygCKEditor

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-ckeditor

Laravel CKEditor

5721.0k4](/packages/jeroennoten-laravel-ckeditor)[ktquez/laravel-tinymce

TinyMCE editor for Laravel and Lumen Framework

2525.4k](/packages/ktquez-laravel-tinymce)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

413.9k](/packages/mati365-ckeditor5-livewire)[techguy/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

1113.5k](/packages/techguy-laravel-ckeditor)

PHPackages © 2026

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