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

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

trawen/laravel-ckeditor
=======================

Laravel CKEditor

v3.8.1(9y ago)03MITHTML

Since Jul 14Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (10)Versions (18)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

Popularity3

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

3387d 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/e0fecfb7b0d9a6bdf171e9133c616208e8686fac57a108dbed99dd4fd6d5d8b2?d=identicon)[trawen](/maintainers/trawen)

---

Top Contributors

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

---

Tags

laravelwysiwygCKEditor

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

JavaScript WYSIWYG web text editor (for laravel).

377762.3k5](/packages/unisharp-laravel-ckeditor)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[jeroennoten/laravel-ckeditor

Laravel CKEditor

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

PHPackages © 2026

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