laravel-tinymce-simple-imageupload
laravel-tinymce-simple-imageupload copied to clipboard
Simple image upload for TinyMCE in Laravel.
> petehouston/laravel-tinymce-simple-imageupload 1.3.0 requires php ~5.5|~7.0 -> your php version (8.1.9) does not satisfy that requirement. Laravel 9 requires PHP 8.0 at a minimum
Hi Pete, I'm new to development. I'm trying to get TinyMCE to upload images, so I'm excited by your package. Unfortunately when I ran $ composer require "petehouston/laravel-tinymce-simple-imageupload:~1.3" I got...
update to php 8.* installl
The package works like a charm. But there is an issue if it could be resolved I hope many people will be using this function. After I uploaded the Image...
Hi, Thank you for such a good package. This is not an issue, this just only my question. Currently, when I choose to upload new image using this package, after...
hi im very love with your package, work with charm can you tell me how to change the upload directory? by default is `public / img` i want something else,...
This doesn't work with TinyMCE 5. file_browser_callback was removed in version 5. The code to get the dialog box to display would be: ``` file_picker_callback: function(callback, value, meta) { //...
When you use the editor with your package for sending emails, in html does not go to the full url, breaking the email layout. Is there any setting to enter...
I created this package just my some of my personal service, and shared publicly here on Github. However, it looks like there are more developers have interest in my package....
Hi mate, Love your work, I had a user who was submitting prior to the upload finishing, is there a way to either display the status of all uploads or...