PHPackages                             craft-cloud/nova-ck-light - 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. craft-cloud/nova-ck-light

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

craft-cloud/nova-ck-light
=========================

A simple ckeditor and ckfinder nova wysiwyg field

0.02(3y ago)27342MITVuePHP ^7.3|^8.0

Since Mar 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/craft-cloud/nova-ck-light)[ Packagist](https://packagist.org/packages/craft-cloud/nova-ck-light)[ RSS](/packages/craft-cloud-nova-ck-light/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (7)Used By (0)

NovaCKLight
===========

[](#novacklight)

A bare bones nova wysiwyg field using ckeditor &amp; ckfinder

Prerequisites
-------------

[](#prerequisites)

This package was developed using PHP 8, Vue 3, Laravel 10, Nova 4, ckfinder for laravel and ckeditor 5 vue. It **currently** assumes you have a ckfinder connector endpoint at `/ckfinder/connector` see [ckfinder for laravel](https://github.com/ckfinder/ckfinder-laravel-package) for details.

- **[Laravel](https://laravel.com/)**
- **[Vue3](https://vuejs.org/)**
- **[Nova](https://nova.laravel.com/docs/4.0/installation.html)**
- **[Ckeditor 5 Vue](https://github.com/ckeditor/ckeditor5-vue)**
- **[Ckeditor 5 Vue](https://github.com/ckeditor/ckeditor5-vue)**

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require craft-cloud/nova-ck-light
```

Usage
-----

[](#usage)

Default editor

```
use CraftCloud\NovaCkLight\NovaCkLight;

NovaCkLight::make('MyFieldName'),
```

Editor options

```
use CraftCloud\NovaCkLight\NovaCkLight;

NovaCkLight::make('MyFieldName')->toolbar(['heading', '|', 'bold', 'italic', 'link']),
```

If you require images without an editor

```
use CraftCloud\NovaCkLight\NovaCkLight;

NovaCkLight::make('MyFieldName')->imageOnly(),
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/craft-cloud/nova-ck-light/blob/main/CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [patrickAsare](https://github.com/patrickAsare)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~11 days

Total

5

Last Release

1093d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/00562135f62a4d48407b67d02bb6b1bcf862c2f33dad7e90d1fb313a083958d9?d=identicon)[admin\_craftcloud](/maintainers/admin_craftcloud)

---

Top Contributors

[![patrickAsare](https://avatars.githubusercontent.com/u/8025627?v=4)](https://github.com/patrickAsare "patrickAsare (7 commits)")

---

Tags

laravelwysiwygCKEditornovaCKFinder

### Embed Badge

![Health badge](/badges/craft-cloud-nova-ck-light/health.svg)

```
[![Health](https://phpackages.com/badges/craft-cloud-nova-ck-light/health.svg)](https://phpackages.com/packages/craft-cloud-nova-ck-light)
```

###  Alternatives

[waynestate/nova-ckeditor4-field

This nova package allows you to use CKEditor 4 for text areas.

62739.1k8](/packages/waynestate-nova-ckeditor4-field)[johnathan/nova-trumbowyg

A Laravel Nova wrapper for the Trumbowyg WYSIWYG editor

25214.0k](/packages/johnathan-nova-trumbowyg)[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)
