简体   繁体   中英

Installing ckfinder on ckeditor

I am using ckfinder in my ckeditor for my Laravel project. But I can not see upload button inside ckeditor image plugin. This is the document I follow

 @extends('admin.main') @section('head') {!! Html::script('https://cdn.ckeditor.com/4.13.1/full-all/ckeditor.js') !!} @endsection @section('body') ... {!! Form::textarea('body', null, []); !!} ... @endsection

check this one

It should work, comment me down if you stil get any errors

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM