Skip to content

Ckeditor doesnt work anymore #31

@halil-raso

Description

@halil-raso

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions