© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
lutek

SpatieMediaLibraryImageEntry stopped displaying images

Just noticed after upgrade to 3.2.52 (filament/spatie-laravel-media-library-plugin). I don't see any breaking changes. I'm using s3 (minio) storage.
 Components\SpatieMediaLibraryImageEntry::make('designerProfile.media')
      ->label('Project wykonany przez')
      ->helperText(fn ($record) => $record->designerProfile->profile_name)
      ->collection(config('project.designer_media_collections.logo'))
      //->conversion('full')
      ->extraImgAttributes([
          'class' => 'rounded-lg',
      ])
      ->size('100%')
      ->checkFileExistence(false)
      ->url(
          fn ($record): string => DesignerProfileResource::getUrl(
              'view',
              ['record' => $record->designer_profile_id]
          )
      ),
 Components\SpatieMediaLibraryImageEntry::make('designerProfile.media')
      ->label('Project wykonany przez')
      ->helperText(fn ($record) => $record->designerProfile->profile_name)
      ->collection(config('project.designer_media_collections.logo'))
      //->conversion('full')
      ->extraImgAttributes([
          'class' => 'rounded-lg',
      ])
      ->size('100%')
      ->checkFileExistence(false)
      ->url(
          fn ($record): string => DesignerProfileResource::getUrl(
              'view',
              ['record' => $record->designer_profile_id]
          )
      ),


the same with

Tables\Columns\SpatieMediaLibraryImageColumn::make('logo')
    ->collection(config('project.designer_media_collections.logo'))
    ->conversion('thumb')
    ->size('100%')
    ->extraImgAttributes([
        'class' => 'rounded-lg',
    ])
    ->alignCenter(),
Tables\Columns\SpatieMediaLibraryImageColumn::make('logo')
    ->collection(config('project.designer_media_collections.logo'))
    ->conversion('thumb')
    ->size('100%')
    ->extraImgAttributes([
        'class' => 'rounded-lg',
    ])
    ->alignCenter(),
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

SpatieMediaLibraryImageEntry
FilamentFFilament / ❓┊help
3y ago
Displaying an array of images in Infolist.
FilamentFFilament / ❓┊help
4mo ago
Help Needed: Images Not Displaying After Hosting
FilamentFFilament / ❓┊help
11mo ago
Images Stored in Seperate folders not displaying
FilamentFFilament / ❓┊help
3y ago