G
G
GPK19292015-03-27 08:55:25
Laravel
GPK1929, 2015-03-27 08:55:25

How to use ckeditor in laravel?

Tell me a lesson on laravel4 with ckeditor or a piece of code on github.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2015-04-02
@GPK1929

Is this answer right?
https://youtu.be/Y7KefB66Wbk

{{ Form::textarea('desc1', null, array('id'=>'editor')) }}

<script type="text/javascript">
CKEDITOR.replace( 'editor' );
</script>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question