© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
KeyMe

Access repeater item value from outside

I tried to use $get('repeaterName') to access a repeater and gets below array:
array:1 [▼ // app/Filament/Resources/OrderResource.php:374
  "d014ab83-5d0f-4ecf-a585-4f9582ffe4d9" => array:2 [▼
    "addon_id" => "15"
    "quantity" => null
  ]
]
array:1 [▼ // app/Filament/Resources/OrderResource.php:374
  "d014ab83-5d0f-4ecf-a585-4f9582ffe4d9" => array:2 [▼
    "addon_id" => "15"
    "quantity" => null
  ]
]

Is there a way to change the array key name to something simpler?
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

Access value outside Repeater
FilamentFFilament / ❓┊help
2y ago
Accessing repeater value from outside
FilamentFFilament / ❓┊help
2y ago
Repeater Get Value from outside schema
FilamentFFilament / ❓┊help
2y ago
Access to repeater item from inside
FilamentFFilament / ❓┊help
3y ago