vendredi 16 août 2019

How to use ckeditor in laravel 5

"I"m creating a new Blog web application using laravel. In this app in need an editor to create blog posts so i use ckeditor for this.

"I" have used the official ckeditor documentation to install and setup the ckeditor but it is not show the editor in my textarea.

//This is the i use script

<script src="/vendor/unisharp/laravel-ckeditor/ckeditor.js"></script>
<script>
    CKEDITOR.replace('article-ckeditor');
</script>

//This is implementing ckeditor

<div class="form-group">
    
    
</div>

"I"m creating a blogging app so i need a editor but its not working and i can't solve this because its not show any errors.The whole application is working property except this editor.



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2TApl5b
via IFTTT

Aucun commentaire:

Enregistrer un commentaire