laravel-admin 富文本編輯器集成

新版的laravel-admin不在默認集成富文本編輯器 因此文檔中個給出了幾個富文本編輯器的集成方法php

擴展 URL
wangEditor https://github.com/laravel-admin-extensions/wangEditor
wangEditor2 https://github.com/laravel-admin-extensions/wangEditor2
UEditor https://github.com/laravel-admin-extensions/UEditor
Summernote https://github.com/laravel-admin-extensions/summernote
Quill https://github.com/laravel-admin-extensions/quill
CKEditor https://github.com/laravel-admin-extensions/ckeditor
Simditor https://github.com/laravel-admin-extensions/simditor

 

 

 

 

 

 

 

 

 

 

這些富文本編輯器我試了一下都是能夠安裝進去的擴展 除了ueditor...mysql

不過這些編輯器默認所有是使用base64和文本一塊兒儲存圖片的  和以往使用的圖片獨立上傳插入圖片連接的方式有所不一樣 這裏須要設置下數據庫的字段爲LongText或者MediumTextlaravel

而後把mysql的 max_allowed_packet設置大一些 好比20M 還有php post的數據限制 post_max_size  設置大一些git

相關文章
相關標籤/搜索