在 ckeditor 上安装 ckfinder
Installing ckfinder on ckeditor
我在我的 Laravel 项目的 ckeditor 中使用 ckfinder。但是我在 ckeditor 图像插件中看不到上传按钮。这是我的文档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
它应该可以,如果您仍然遇到任何错误,请评论我
我在我的 Laravel 项目的 ckeditor 中使用 ckfinder。但是我在 ckeditor 图像插件中看不到上传按钮。这是我的文档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
它应该可以,如果您仍然遇到任何错误,请评论我