PHPackages                             uptime-it/nova-ckeditor4-field - 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. uptime-it/nova-ckeditor4-field

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

uptime-it/nova-ckeditor4-field
==============================

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

1.4.2(1y ago)016MITPHPPHP &gt;=7.3.0

Since Dec 16Pushed 1y agoCompare

[ Source](https://github.com/uptime-it/nova-ckeditor4-field)[ Packagist](https://packagist.org/packages/uptime-it/nova-ckeditor4-field)[ RSS](/packages/uptime-it-nova-ckeditor4-field/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Laravel Nova CKEditor 4 Field
=============================

[](#laravel-nova-ckeditor-4-field)

[![Latest Stable Version](https://camo.githubusercontent.com/ea8f6fe8bff5521460e0711b054ba3d9b5afe457116dcdbad5fa91a582be319f/687474703a2f2f706f7365722e707567782e6f72672f7761796e6573746174652f6e6f76612d636b656469746f72342d6669656c642f76)](https://packagist.org/packages/waynestate/nova-ckeditor4-field) [![Daily Downloads](https://camo.githubusercontent.com/5720ec9364ea022f42044c16387d50e18df9f43587a3e5305502618f25117aba/687474703a2f2f706f7365722e707567782e6f72672f7761796e6573746174652f6e6f76612d636b656469746f72342d6669656c642f642f6461696c79)](https://packagist.org/packages/waynestate/nova-ckeditor4-field)[![Total Downloads](https://camo.githubusercontent.com/ed4e579af080be2efee8870915ff3e404ef08c324b4180c820e141142918d5a4/687474703a2f2f706f7365722e707567782e6f72672f7761796e6573746174652f6e6f76612d636b656469746f72342d6669656c642f646f776e6c6f616473)](https://packagist.org/packages/waynestate/nova-ckeditor4-field) [![Latest Unstable Version](https://camo.githubusercontent.com/576ea655d1cbf7eb4b179ad2ef3e570064a3c9f7eb8f0383b5997d0a1582f1d3/687474703a2f2f706f7365722e707567782e6f72672f7761796e6573746174652f6e6f76612d636b656469746f72342d6669656c642f762f756e737461626c65)](https://packagist.org/packages/waynestate/nova-ckeditor4-field) [![License](https://camo.githubusercontent.com/3fad7cc5272306223012e167a709e09331eed924ee550aad7d8a46192a4b194a/687474703a2f2f706f7365722e707567782e6f72672f7761796e6573746174652f6e6f76612d636b656469746f72342d6669656c642f6c6963656e7365)](https://packagist.org/packages/waynestate/nova-ckeditor4-field) [![PHP Version Require](https://camo.githubusercontent.com/eed567524b434a1dcffa60ddfcb86e911e49b6faa426fa102eaa0db3ee74af5e/687474703a2f2f706f7365722e707567782e6f72672f7761796e6573746174652f6e6f76612d636b656469746f72342d6669656c642f726571756972652f706870)](https://packagist.org/packages/waynestate/nova-ckeditor4-field)

⚠️ CKEditor4 End of Life ⚠️
---------------------------

[](#warning-ckeditor4-end-of-life-warning)

The time has come where CKEditor4 has reached it's semi End of Life, which you can read more about at [CKEditor 4: End of Life June 2023](https://ckeditor.com/blog/ckeditor-4-end-of-life/)

Unforunately to use the CKEditor4 LTS (anything greater than v4.22.1), it requires that you have a [Long Term Support](https://ckeditor.com/ckeditor-4/).

This package isn't going anywhere soon, but if you are using CKEditor4 v4.22.1 or less, you may [encounter a Security Warning](https://github.com/waynestate/nova-ckeditor4-field/issues/95) due to the CKEditor checking a version file on the CKEditor side.

This disables the security warning option by default within the [configuration](https://github.com/waynestate/nova-ckeditor4-field/blob/main/config/ckeditor-field.php#L27) since by default it points to v4.22.1 non-LTS CKEditor4.

If you do have the LTS package for CKEditor4, please renable your version check within your configuration, before updating this package to `v1.4.0`.

Overview
--------

[](#overview)

This nova package allows you to use [CKEditor 4](https://ckeditor.com/ckeditor-4/) for text areas using Nova v4.

[![CKEditor Form Field](docs/form-field.jpg)](docs/form-field.jpg)

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

[](#installation)

[Nova v1, v2, v3 compatibility instructions](https://github.com/waynestate/nova-ckeditor4-field#nova-v1-v2-or-v3-compatibility)

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

```
composer require waynestate/nova-ckeditor4-field
```

By default the CKEditor 4 instance used is the latest (4.22.1) Full All version (). If you wish to use a different CKEditor 4 you can do so by publishing and editing the configuration.

Usage
-----

[](#usage)

```
