6번까지의 실행결과
WYSIWYG HTML Editor with Collaborative Rich Text Editing
Rock-solid, Free WYSIWYG Editor with Collaborative Editing, 200+ features, Full Documentation and Support. Trusted by 20k+ companies.
ckeditor.com
2. -> Download (npm (x), CDN(x), Package Zip(o))
압축해제
3. 프로젝트 -> public 폴더 -> ckeditor(생성)
ckeditor 안에 압축해제한 모든 파일 을 복붙 (ckeditor.js 확인)
4.
web.php
5. artisan make - EditorController
EditorController
class ... {
}
6.
editor.blade.php
밑 <script>태그
https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/quick-start.html
Quick start - CKEditor 5 Documentation
Learn how to install, integrate and configure CKEditor 5 Builds and how to work with CKEditor 5 Framework, customize it, create your own plugins and custom editors, change the UI or even bring your own UI to the editor. API reference and examples included.
ckeditor.com
여기서부터 사진 업로드 ((((((((((해결 못함
7. CKeditor Framework - The complete implementation
https://ckeditor.com/docs/ckeditor5/latest/framework/deep-dive/upload-adapter.html
Custom upload adapter - CKEditor 5 Documentation
Learn how to install, integrate and configure CKEditor 5 Builds and how to work with CKEditor 5 Framework, customize it, create your own plugins and custom editors, change the UI or even bring your own UI to the editor. API reference and examples included.
ckeditor.com
7-1. 실행
$ php artisan storage:link
$ composer require intervention/image
https://image.intervention.io/v2/introduction/installation#integration-in-laravel
Installation | Intervention Image v2 | intervention.io
Intervention Image provides an easy way to manipulate images with PHP supporting GD Library and Imagick.
image.intervention.io
7-2. config > app.php
config > app.php
8. EditorController.php
9. editor.blade.php
6번에 있는 <script>태그를 변경 (The complete implementation)
10.