F
Filament3mo ago
danvi

State context in infolist

Is it currently possible to get the context of the info list repeater in the action? Can I only do this with models?
No description
2 Replies
Vp
Vp3mo ago
->action(function (Plan $record) { // Plan Model
dd($record);
})
->action(function (Plan $record) { // Plan Model
dd($record);
})
danvi
danviOP3mo ago
I am currently using an array of standard objects and not Eloquent models. I’m considering changing my solution to use Eloquent models.

Did you find this page helpful?