SHA256_
SHA256_
FFilament
Created by SHA256_ on 10/9/2024 in #❓┊help
How can I show multiple images from a has many from a model with infolist
Idk what discord formats doing lol
13 replies
FFilament
Created by SHA256_ on 10/9/2024 in #❓┊help
How can I show multiple images from a has many from a model with infolist
RepeatableEntry::make('images')
->schema([
ImageEntry::make('name')
->disk('public')
->size(20)
])
->columns(2)
RepeatableEntry::make('images')
->schema([
ImageEntry::make('name')
->disk('public')
->size(20)
])
->columns(2)
13 replies
FFilament
Created by SHA256_ on 10/9/2024 in #❓┊help
How can I show multiple images from a has many from a model with infolist
I've sorted it now thank you 🙂
13 replies
FFilament
Created by SHA256_ on 10/9/2024 in #❓┊help
How can I show multiple images from a has many from a model with infolist
never mind got it working I see how it works
13 replies
FFilament
Created by SHA256_ on 10/9/2024 in #❓┊help
How can I show multiple images from a has many from a model with infolist
I've tried that but shows no images
13 replies
FFilament
Created by SHA256_ on 10/9/2024 in #❓┊help
How can I show multiple images from a has many from a model with infolist
RepeatableEntry::make('images')
->schema([
ImageEntry::make('images')
->disk('public')
->size(20)
])
->columns(2)
RepeatableEntry::make('images')
->schema([
ImageEntry::make('images')
->disk('public')
->size(20)
])
->columns(2)
13 replies