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

Larave File Manager version 2.6.4 does not support .gif files #1218

Closed daktaritech closed 3 months ago

daktaritech commented 4 months ago

Laravel file manager does not support .gif files for versions 2.6>

Screenshot 2024-02-26 101135 Screenshot 2024-02-26 101147

Screenshot 2024-02-26 101553

Samvdg commented 4 months ago

Gotta change this in your config settings my friend. By default it doesn't but you can allow it to

streamtw commented 4 months ago

Here is the related document, by configuring valid_mime, you can customize what types of file can be uploaded. You can also see this mime type list to find out the corresponding values to fill in.

daktaritech commented 4 months ago

i added:
Screenshot 2024-02-28 141016 in both image and folder_categories, ran php artisan cache:clear php artisan config:clear

now it works fine! Thanks.