PHPackages                             tocaan/ckeditor5 - 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. tocaan/ckeditor5

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

tocaan/ckeditor5
================

this package helps to ckeditor5 to your forms

2281PHP

Since Jan 18Pushed 10mo ago6 watchersCompare

[ Source](https://github.com/tocaan/ckeditor-backend)[ Packagist](https://packagist.org/packages/tocaan/ckeditor5)[ RSS](/packages/tocaan-ckeditor5/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel package for form fields
===============================

[](#laravel-package-for-form-fields)

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

[](#installation)

#### You can install the package via composer

[](#you-can-install-the-package-via-composer)

```
composer require tocaan/ckeditor5
```

### Publish the configuration file

[](#publish-the-configuration-file)

```
php artisan vendor:publish --provider="Ckeditor5\CkEditor5ServiceProvider"
```

Usage
-----

[](#usage)

first you must append `script and style files` to your layouts

```
    {{-- styles --}}

    {{-- scripts --}}

```

after appending script and style files , you can use it simple like this

```
    field()->ckEditor5('name','label','value',[]);
```

don't forget to add this script on submitting your form

```
    if (window.editors == undefined) {
        $.each(editors, function (index, editor) {
            editor.updateSourceElement()
        });
    }
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/22634d946ccae8799787bebcd8ea49cb4df8936e767c8acf972d990e3e0e8b8b?d=identicon)[tocaan](/maintainers/tocaan)

---

Top Contributors

[![MostafaSewidan](https://avatars.githubusercontent.com/u/35866891?v=4)](https://github.com/MostafaSewidan "MostafaSewidan (23 commits)")

### Embed Badge

![Health badge](/badges/tocaan-ckeditor5/health.svg)

```
[![Health](https://phpackages.com/badges/tocaan-ckeditor5/health.svg)](https://phpackages.com/packages/tocaan-ckeditor5)
```

PHPackages © 2026

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