Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moonshine-software/ckeditor
- Owner: moonshine-software
- License: mit
- Created: 2023-04-10T07:44:31.000Z (over 1 year ago)
- Default Branch: 3.x
- Last Pushed: 2024-11-29T15:31:54.000Z (23 days ago)
- Last Synced: 2024-11-29T16:33:32.010Z (23 days ago)
- Topics: ckeditor, moonshine
- Language: JavaScript
- Homepage: https://moonshine-laravel.com
- Size: 3.1 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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'))
```