Cosme fulanito
Does RepeatableEntry support arrays or only models?
I looked into the code and noticed it seems geared towards handling Eloquent models specifically. Here’s what I found:
From this, it looks like non-model data like arrays doesn't get the same handling as models do. Has anyone successfully used RepeatableEntry with arrays? How did you manage it?
Cheers!
4 replies
Navigation on hover in Actions
Prefetching the page on hover, like in https://livewire.laravel.com/docs/wire-navigate, I have implemented it with my own components. However, I am curious whether it is possible with vanilla Filament Actions.
8 replies