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

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

wysiwyg/ckeditor
================

Library for generate wysiwyg in PHP

41013JavaScript

Since Aug 15Pushed 12y ago2 watchersCompare

[ Source](https://github.com/balestrincamila/laravel_ckeditor)[ Packagist](https://packagist.org/packages/wysiwyg/ckeditor)[ RSS](/packages/wysiwyg-ckeditor/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Ckeditor for Laravel 4
======================

[](#ckeditor-for-laravel-4)

Use the config:publish artisan command

```
php artisan config:publish wysiwyg/ckeditor

```

And the asset:publish artisan command to pubish the assets

```
php artisan asset:publish wysiwyg\ckeditor

```

When this command is executed, the configuration file will be copied to app/config/packages/vendor/package where they can be safely modified.

include in app/config/app.php in array of Autoloaded Service Providers

```
'Wysiwyg\Ckeditor\Providers\CkeditorServiceProvider'

```

To test if is OK, you should create a route:

```
Route::get('/ck', function(){
  echo CKEditor::editor('textarea_name','TesteTeste');
});
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/2f35da8e1c0047615378ed1d968cd956c4c71f4737db2ec099248411d44b39e3?d=identicon)[balestrincamila](/maintainers/balestrincamila)

### Embed Badge

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

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

###  Alternatives

[nystudio107/eagerbeaver

Allows you to eager load elements from auto-injected Entry elements on demand from your templates.

251.5k](/packages/nystudio107-eagerbeaver)

PHPackages © 2026

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