How to Install and Use CKEditor 5 in Laravel

preview_player
Показать описание
In this video, I show you how to install and use CKEditor 5 in Laravel. CKEditor allows you to add rich text content to your application. It includes heading, paragraphs, images, etc.

Рекомендации по теме
Комментарии
Автор

can you plz do the tutorial with Vue (inertia) and Laravel

MoundherBenselmi
Автор

Work for livewire? It just appear but not work and return me to the page where no tools editore.. if ther some one fix it i will pay for this

Dzairautomobile
Автор

i want to add multiple language dropdown option in this editor

MonikaChourse
Автор

tanks a lot
can you help me for install plugins in ckeditor 5 for example Footnote plugin
tank you

aboozark
Автор

what about installing plugins for ckeditor 5 ? For example I want to implement MathType plugin in classic build, but when I import it in the app.js you get error for duplicated modules because of the plugin.

andrej
Автор

8:35 color picker is not present for texts how to handle that? how to set color for text?

agamurat
Автор

catch( error => {
console.error( error );
} );
i think this is a bug.

ChungND