petehouston / laravel-tinymce-simple-imageupload

Simple image upload for TinyMCE in Laravel.
69 stars 25 forks source link

New Features #7

Open petehouston opened 6 years ago

petehouston commented 6 years ago

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. So I decide to improve and provide more feature for this package.

I will update feature list here after some work.

If you have any idea, suggestion, don't hesitate to comment below.

howtomakeaturn commented 6 years ago

be able to configure the upload image path. currently it's '/public/img' maybe make this path configurable. thanks a lot.