Answer the question
In order to leave comments, you need to log in
Laravel ckeditor not working?
I installed Laravel5.4, I put ckeditor, it seems to want to work, it hides the text field, but it doesn’t substitute its own form instead, as a result, there is no form at all, the standard field has the attribute visibility: hiddden;
Answer the question
In order to leave comments, you need to log in
I have this, compare:
$(function(){
CKEDITOR.replace('description');
});
In my case, along with connecting ckedit styles, I connected my styles that I use on the client side
<link rel="stylesheet" href="/styles/module.css">
<link rel="stylesheet" href="/modules/scedit/minified/themes/default.min.css" />
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question