moonshine/ckeditor

CKEditor for MoonShine

Installs: 1 368

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

3.0.1 2024-11-29 15:31 UTC

This package is auto-updated.

Last update: 2025-03-10 16:06:29 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'))