Skip to content

CKEditor

tanthammar edited this page Dec 22, 2020 · 1 revision

CKEditor

🤝 This field is made in collaboration with Mert Aşan.

Sponsors only

Please 💗 sponsor this package 🔗 in order to get access to CKEditor. The documentation is available in the sponsor repository.

Example

Supported editor types

  • classic
  • inline
  • balloon
  • balloon-block

Editor configuration options

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')
Clone this wiki locally