Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moonshine-software/ckeditor

CKEditor field for MoonShine
https://github.com/moonshine-software/ckeditor

ckeditor moonshine

Last synced: 7 days ago
JSON representation

CKEditor field for MoonShine

Awesome Lists containing this project

README

        

# CKEditor field for [MoonShine Laravel admin panel](https://moonshine-laravel.com)

### Requirements

- MoonShine v3.0+

### Support MoonShine versions

| MoonShine | CKEditor |
|-------------|----------|
| 1.0+ | 1.0+ |
| 2.0+ | 2.0+ |
| 3.0+ | 3.0+ |

## Installation
```shell
composer require moonshine/ckeditor
```

## Usage

```php
use MoonShine\CKEditor\Fields\CKEditor;

CKEditor::make('Label')
```

## Attachments

```php
CKEditor::make('Label')->attachmentEndpoint(route('your-attachment-route'))
```