← All plugins

Moonshine CKEditor Field

Made by the authors of MoonShine
Multilingualism
Supports dark mode

CKEditor integration for MoonShine Laravel admin panel. This package adds the powerful CKEditor 5 WYSIWYG editor as a field type, providing professional-grade content editing capabilities within your MoonShine admin forms.

Rating
Downloads
6608
Version
3.0.1
Last updated
29.11.2024
MoonShine version
v2, v3, v4
Github stars
5
MoonShine Software
Author
MoonShine Software

CKEditor field for MoonShine Laravel admin panel

Requirements

  • MoonShine v3.0+

Support MoonShine versions

MoonShine CKEditor
1.0+ 1.0+
2.0+ 2.0+
3.0+ 3.0+

Installation

composer require moonshine/ckeditor
composer require moonshine/ckeditor

Usage

use MoonShine\CKEditor\Fields\CKEditor;
 
CKEditor::make('Label')
use MoonShine\CKEditor\Fields\CKEditor;
 
CKEditor::make('Label')

Attachments

CKEditor::make('Label')->attachmentEndpoint(route('your-attachment-route'))
CKEditor::make('Label')->attachmentEndpoint(route('your-attachment-route'))