laravel-admin-extensions / ckeditor

Integrate CKEDITOR into laravel-admin
MIT License
30 stars 18 forks source link

请问laravel-admin2.0引入后为什么,前端资源引入不到? #15

Open zhangzhiguo0603 opened 1 month ago

zhangzhiguo0603 commented 1 month ago

第一步会显示这个错误:Field type [ckeditor] does not exist.

zhangzhiguo0603 commented 1 month ago

然后在bootstrap.php手动增加引入Form::extend('ckeditor', CKEditor::class);

zhangzhiguo0603 commented 1 month ago

前端样式不显示引入js中找不到ck所需的js文件,报错:ReferenceError: CKEDITOR is not defined

zhangzhiguo0603 commented 1 month ago

修改/vendor/laravel-admin-ext/ckeditor/src/Editor.php下的js引用路径也无效