我在我的 ckeditor 中为我的 Laravel 项目使用 ckfinder。但我在 ckeditor 图像插件中看不到上传按钮。这是我遵循的文件
@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