简体   繁体   English

在 ckeditor 上安装 ckfinder

[英]Installing ckfinder on ckeditor

I am using ckfinder in my ckeditor for my Laravel project.我在我的 Laravel 项目的 ckeditor 中使用 ckfinder。 But I can not see upload button inside ckeditor image plugin.但是我在 ckeditor 图像插件中看不到上传按钮。 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它应该可以工作,如果您仍然遇到任何错误,请评论我

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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