UniSharp/laravel-filemanager

Replace space with hyphen for image filename

trvhung opened this issue · 1 comments

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.

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.