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

ActiveLibrary

ogestor/laravel-ckeditor
========================

Laravel CKEditor

6.0.2(5y ago)0108MITHTML

Since Jul 14Pushed 5y agoCompare

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

READMEChangelog (6)Dependencies (10)Versions (26)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 ogestor/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 ogestor/laravel-ckeditor

    ```
2. Then, if you have laravel 5.4 or less, 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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 75.7% 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 ~66 days

Recently: every ~129 days

Total

25

Last Release

1993d ago

Major Versions

v1.0.0 → v2.0.02016-07-14

v2.1.1 → v3.0.02016-07-14

v3.8.4 → 6.02020-11-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c8c9cf1e0ca736e0fc81ccedf7a1cf039821f9aaacfa93a6b9fcab6076e27b2?d=identicon)[ogestor](/maintainers/ogestor)

---

Top Contributors

[![jeroennoten](https://avatars.githubusercontent.com/u/4370753?v=4)](https://github.com/jeroennoten "jeroennoten (28 commits)")[![heliopassarelin](https://avatars.githubusercontent.com/u/49026132?v=4)](https://github.com/heliopassarelin "heliopassarelin (9 commits)")

---

Tags

laravelwysiwygCKEditor

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[jeroennoten/laravel-ckeditor

Laravel CKEditor

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

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[ktquez/laravel-tinymce

TinyMCE editor for Laravel and Lumen Framework

2525.4k](/packages/ktquez-laravel-tinymce)

PHPackages © 2026

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