CKEditor field for MoonShine Laravel admin panel
- MoonShine v3.0+
MoonShine | CKEditor |
---|---|
2.0+ | 1.0+ |
3.0+ | 2.0+ |
composer require moonshine/ckeditor
use MoonShine\CKEditor\Fields\CKEditor;
CKEditor::make('Label')
CKEditor::make('Label')->attachmentRoute(route('your-attachment-route'))