Thomas van der Westen
Explore posts from serversHow it the repeater data loaded?
LunarPhp allows you to extend its admin (Filament) with custom fields. You can find more information in the documentation: https://docs.lunarphp.io/admin/extending/attributes.html. They provide some basic fields and guidance on how to add your own. I am trying to implement a custom field using a Filament repeater. You can view the file here: https://github.com/cdsmths/lunar-filament-repeater-field/blob/main/src/Fields/RepeaterField.php. I have this working, but the repeater is not populated on load. I am exploring whether there is a hook to trigger this.
16 replies