tinusg/filament-company-logo-column
Filament table column that displays a company logo via Logo.dev from a URL or bare domain. Supports tooltips (e.g., company name), domain overrides, sizing and format options, themes, fallbacks, and lazy loading. Configurable Logo.dev publishable key.
Adopt When:
website, primary_url).Look Elsewhere If:
*"This package lets us add professional company logos to our admin tables—like a CRM or marketplace dashboard—with almost zero engineering effort. Instead of showing just text (e.g., ‘Acme Corp’) or broken favicon links, users see a visual identifier (e.g., the Acme logo) on hover. It’s a small but high-impact UX upgrade that:
*"This is a drop-in Filament column that:
example.com → logo)..env.TextColumn with CompanyLogoColumn::make('website') in your Filament resource.
Example:CompanyLogoColumn::make('website')
->size(48)
->tooltip(fn ($record) => $record->name)
Alternatives: Building this yourself would require parsing URLs, fetching favicons, and handling redirects—this package does it in ~100 lines of code."*
How can I help you explore Laravel packages today?