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