Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 516 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 516 Bytes

Requirements

  • MoonShine v3.0+

Support MoonShine versions

MoonShine CKEditor
2.0+ 1.0+
3.0+ 2.0+

Installation

composer require moonshine/ckeditor

Usage

use MoonShine\CKEditor\Fields\CKEditor;

CKEditor::make('Label')

Attachments

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