tomatophp / filament-media-manager

Manage your media files using spatie media library with easy to use GUI for FilamentPHP
https://tomatophp.com
MIT License
41 stars 7 forks source link

Images and Files not displayed #6

Closed rms-projects closed 1 month ago

rms-projects commented 2 months ago

Hi, i added a plugin.

By upload files, no preview and not displayed images.

URL: laravel.test/storage/5/GetLogo.jpeg

image image

I did storage:link, but not helping me. Maybe I forgot to set some configs?

3x1io commented 1 month ago

hi @rms-projects I think the type is not supported I will check it.

3x1io commented 1 month ago

Screenshot 2024-07-24 at 2 17 20 PM

I think it's a problem on your .env you need to check the url

Dave2084 commented 1 month ago

I had a similar issue, for me it was due to my default storage disk in the Spatie media library config being set to a folder that is not in "public". This was intentional as I have files that need to be hidden by default and only server to the user when authenticated.

3x1io commented 1 month ago

check this [Feature] Create a Secure Folder to share files without public URL #9