© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•6mo ago•
2 replies
Benji

Filament x Volt relationships

Hey 👋

I’m using Wave Dojo (Volt + Filament) — docs link.
Everything works great, but I’m struggling with relationships in forms/tables.

Example: I have a
flow
flow
table with many
flow_steps
flow_steps
:

public function steps()
{
    return $this->hasMany(FlowStep::class)->orderBy('scheduled_at');
}
public function steps()
{
    return $this->hasMany(FlowStep::class)->orderBy('scheduled_at');
}


In my form, I’m trying to show them in a repeater, but it’s always empty:

Repeater::make('steps')->schema([])
Repeater::make('steps')->schema([])


Where/how should I resolve relationships so the repeater (and tables) get data from related models?
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

<x-filament::grid
FilamentFFilament / ❓┊help
8mo ago
Problems using Volt
FilamentFFilament / ❓┊help
3y ago
hello i have filament blade <x-filament-panels::page> </x-filament-panels::page>
FilamentFFilament / ❓┊help
3y ago
How to handel filament/filament 3.x-dev requires filament/support 3.x-dev -> satisfiable by filament
FilamentFFilament / ❓┊help
3y ago