Filament Fabricator, return object from select field
Hey, I'm new to Filament/Laravel so sorry for the noob Q - I'm trying to create a CMS type back-end for a website. I have a model called "Machine" and each machine should be capable of having an associated public page. Is there a way in fabricator to return a machine object to the blade file, as opposed to just the ID, when using a select field in the block with all machines listed.
$machineId
works in the block template but I want to have access to the full machine object.
Thanks1 Reply
check the #fabricator channel, and ask in there if you don't see anything.