Open wblondel opened 8 months ago
Hello,
I noticed that spatie/laravel-medialibrary is only used for the shop Product model.
As a result, the storage/app/public folder is messy with a lot of images at the root.
storage/app/public
In this PR:
product-images
link-images
post-images
config/filesystems.php
thumb
image/jpeg
blog_links.image
blog_posts.image
Hello,
I noticed that spatie/laravel-medialibrary is only used for the shop Product model.
As a result, the
storage/app/public
folder is messy with a lot of images at the root.In this PR:
product-images
,link-images
, andpost-images
;config/filesystems.php
;post-images
andlink-images
media collections are single file collectionsthumb
media conversion is defined for all media collectionsimage/jpeg
files and this rule is enforced in Filament as wellblog_links.image
andblog_posts.image
fields are dropped