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?