forked from ckeditor/ckeditor4-releases
-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
Hi Guys
I have used ckeditor within laravel using instructions you provided and everything was fine but today it doesnt work any more.
my code is like following:
in app.blade.app:
<script src="/vendor/unisharp/laravel-ckeditor/ckeditor.js"></script>
<script>
CKEDITOR.replace( 'article-ckeditor' );
</script>
and in create.balde.php:
{{Form::label('body','Body')}}
{{Form::textarea('body', '', ['id'=>'article-ckeditor', 'class'=>'form-control', 'placeholder'=>'Type body here...'])}}
Please help me.
Thank in advance...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels