UniSharp / laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.04k stars 719 forks source link

Replace space with hyphen for image filename #1202

Open trvhung opened 11 months ago

trvhung commented 11 months ago

Hi i am using unisharp for my laravel website. everything works fine. however I am looking for a way to Replace space with hyphen for image when uploading.

For example "this is image name.jpg" becomes "this-is-image-name.jpg"

Can someone help me out. Thank you.

MahmudE14 commented 10 months ago

How about change the file name through event. You can take a look at the available events and see which suits best for your case.

Let me know if you need more clarification on this.