moonshine/ckeditor

CKEditor for MoonShine

Installs: 1 050

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

3.0.0 2024-10-19 16:50 UTC

This package is auto-updated.

Last update: 2024-10-19 17:09:44 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'))