DEV Community

Manish sahu
Manish sahu

Posted on

CKEditor in PHP Installation and Uses

What is CKEditor?
It is a Modern JavaScript rich text editor. It provides the perfect WYSIWYI UI for creating semantic content.

CKEditor5 is written in ES6 with MVC Architecture.

CKEditor provides rich text editor with auto formatting, Paste from word, Embed media and Responsive images.

It is also designed to handle tree structure complex data model. It also allows collaboration for real time complex structures.

<!DOCTYPE html>



CKEditor 5 – Classic editor



Classic CKEditor5



Classic CKEditor Working Fine



<br> ClassicEditor<br> .create( document.querySelector( &#39;#editor&#39; ) )<br> .catch( error =&gt; {<br> console.error( error );<br> } );<br>

A simple configuration of CKEditor in PHP
https://www.ebhor.com/php-ckeditor-installation-and-uses/

Top comments (0)