moonshine / ckeditor
CKEditor for MoonShine
Installs: 1 368
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Language:JavaScript
Requires
- php: ^8.0|^8.1|^8.2
- ext-curl: *
- ext-json: *
Requires (Dev)
- brianium/paratest: ^6.8
- mockery/mockery: ^1.4.4
- orchestra/testbench: ^4.0|^5.0|^6.0|^7.0|^8.0
- phpstan/phpstan: ^1.4.7
- phpunit/phpunit: ^9.5.8
Conflicts
- moonshine/moonshine: <3.0
README
Requirements
- MoonShine v3.0+
Support MoonShine versions
MoonShine | CKEditor |
---|---|
1.0+ | 1.0+ |
2.0+ | 2.0+ |
3.0+ | 3.0+ |
Installation
composer require moonshine/ckeditor
Usage
use MoonShine\CKEditor\Fields\CKEditor; CKEditor::make('Label')
Attachments
CKEditor::make('Label')->attachmentEndpoint(route('your-attachment-route'))