Skip to content

moonshine-software/ckeditor

Repository files navigation

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')->attachmentRoute(route('your-attachment-route'))