moonshine/ckeditor

CKEditor for MoonShine

Maintainers

Package info

github.com/moonshine-software/ckeditor

Homepage

Language:JavaScript

pkg:composer/moonshine/ckeditor

Statistics

Installs: 9 019

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

3.0.1 2024-11-29 15:31 UTC

This package is auto-updated.

Last update: 2026-03-10 18:26:54 UTC


README

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

Usage

use MoonShine\CKEditor\Fields\CKEditor;

CKEditor::make('Label')

Attachments

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