텍스트에디터
-
[삭제대기] 텍스트 에디터(CKEDITOR5 + VUE + LARAVEL) 이미지 업로드Laravel 2021. 12. 27. 16:09
# What? - 텍스트에디터로 이미지 업로드하는법 # How? 1. 기본 세팅 1) ckeditor5 온라인 빌더로 원하는 기능 추가해서 생성하기 https://ckeditor.com/ckeditor-5/online-builder/ CKEditor 5 Online Builder | Create your own editor in 5 steps Create your own CKEditor 5 build with customized plugins, toolbar and language in 5 simple steps. ckeditor.com 2) build폴더 public/js/ckeditor 폴더에 옮기기 4) ckeditor js 연결 및 csrf 토큰 메타태그 추가 @ app.blade.php ... ..