How to upload image to the Ckeditor interface?

2

I built a small blog with the help of the Laravel 5.3 framework . In the posting area I'm using Ckeditor , but I'm having trouble building an efficient "upload method / scheme".

There are many plugins from Ckeditor itself for this purpose, including CKFinder, however, either they have a business license or are inefficient. I noticed that Wordpress seems to use the Ckeditor and use a "method" button itself to upload the image and later insert inside the editor the tags and links to the image.

  

Has anyone gone through this and could have pointed out some possible solution?   For example, how can I upload the part via ajax and   later have the tags and link inserted inside the editor?

    
asked by anonymous 13.11.2016 / 03:41

1 answer

1

I went through this and had to use an addon from CKEditor, Image Browser: link

On the CKEditor site: link

    
13.11.2016 / 03:53