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

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

webbatools/laravel-ckeditor
===========================

Laravel CKEditor

v3.8.3(6y ago)029MITHTML

Since Jul 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bXi/laravel-ckeditor)[ Packagist](https://packagist.org/packages/webbatools/laravel-ckeditor)[ RSS](/packages/webbatools-laravel-ckeditor/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (10)Versions (21)Used By (0)

Custom CKEditor integration with Laravel 5
==========================================

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

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 webbatools/laravel-ckeditor

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

    ```
    webbatools\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 webbatools/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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

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 ~63 days

Recently: every ~275 days

Total

20

Last Release

2382d 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/c1906dec6546933373156d400ee9d8e651441c481afa9dd64ebb4664f952c93a?d=identicon)[bXi](/maintainers/bXi)

---

Top Contributors

[![jeroennoten](https://avatars.githubusercontent.com/u/4370753?v=4)](https://github.com/jeroennoten "jeroennoten (28 commits)")[![bXi](https://avatars.githubusercontent.com/u/721673?v=4)](https://github.com/bXi "bXi (1 commits)")[![codetheorist](https://avatars.githubusercontent.com/u/22813671?v=4)](https://github.com/codetheorist "codetheorist (1 commits)")

---

Tags

laravelwysiwygCKEditor

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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