-
-
Notifications
You must be signed in to change notification settings - Fork 86
CKEditor
tanthammar edited this page Dec 22, 2020
·
1 revision
🤝 This field is made in collaboration with Mert Aşan.
- Based on CKEditor 5
Please 💗 sponsor this package 🔗 in order to get access to CKEditor. The documentation is available in the sponsor repository.
- classic
- inline
- balloon
- balloon-block
https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/configuration.html
CKEditor::make('Description')
->includeExternalScripts()
->default('Hello World')
->type('classic') //set editor type
->options([...]) //set editor options
->rules('required|string')
- Installation
- Requirements
- v5 Upgrade Guide
- v6 Upgrade Guide
- v7 Upgrade Guide
- Support
- Quickstart
- Manual installation
- Optional
- Form component
- Field
- Field types
- Example Form
- Blade Components
- Notifications