moonshine/ckeditor

CKEditor for MoonShine

Installs: 1 127

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: 2024-12-10 15:26:45 UTC


README

Requirements

  • MoonShine v3.0+

Support MoonShine versions

Installation

composer require moonshine/ckeditor

Usage

use MoonShine\CKEditor\Fields\CKEditor;

CKEditor::make('Label')

Attachments

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