Download the PHP package filafly/filament-identity-column without Composer
On this page you can find all versions of the php package filafly/filament-identity-column. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package filament-identity-column
A reusable identity column for Filament Tables and Infolists.
Basic Usage
Requirements
- PHP 8.2+
- Filament 4.x or 5.x
- Laravel (package auto-discovery enabled)
Installation
Avatar
avatar(string|Closure $value)- Absolute URL, root-relative path, attribute path, or Closure.
avatarShape('square'|'rounded'|'circular'|Closure)squareAvatar()/roundedAvatar()/circularAvatar()avatarSize(string|Closure $cssSize)- CSS size (e.g.,
28px,2rem).
- CSS size (e.g.,
Primary
primary(string|Closure $value)- Falls back to the column/entry state when not set.
primaryUrl(string|Closure|null $url, bool|Closure $openInNewTab = false)- Suppressed if a wrapper
->url()is set on the column/entry.
- Suppressed if a wrapper
Secondary
secondary(string|Closure $value)secondaryUrl(string|Closure|null $url, bool|Closure $openInNewTab = false)- Suppressed if a wrapper
->url()is set on the column/entry.
- Suppressed if a wrapper
Sizing
size('sm'|'md'|'lg'|TextSize|Closure|null)(inherited from Filament)- Defaults: text
md; avatar size derives from visual size whenavatarSize()is not set. - Text scale by size:
sm(0.875/0.75rem),md(1/0.75rem),lg(1.125/0.875rem).
Notes
- Strings passed to methods are resolved from the record via
data_get()when they look like attribute paths.
License
MIT
All versions of filament-identity-column with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
filament/filament Version ^4.0 || ^5.0
spatie/laravel-package-tools Version ^1.92
filament/filament Version ^4.0 || ^5.0
spatie/laravel-package-tools Version ^1.92
The package filafly/filament-identity-column contains the following files
Loading the files please wait ...