Populate repeater
I have a repeater which creates a DB entry on a related table. But I can't get the repeater to pull back the related table data? Part of this relationship uses a HasManyThrough.
I getr this error: Filament\Forms\Components\Repeater::getRelationship(): Return value must be of type Illuminate\Database\Eloquent\Relations\HasOneOrMany|Illuminate\Database\Eloquent\Relations\BelongsToMany|null, Illuminate\Database\Eloquent\Relations\HasManyThrough returned
Am I getting into the realms of fighting the framework instead of working with it?
0 Replies