Garrita
Save Spatie Media Library File in Relationship
I have a form resource where I save the child and the parent but when I try to save the files for the parent it does not store them, just the other attributes except the files.
Models: AuctionCar belongsTo Car
AuctionCarResource.php
In this case, I save the mileage and the license plate for the parent, but it does not save the images.
17 replies
Select Relationship Modify Query Using
Hi everyone,
When I create an auction I select a car but the dropdown only shows the cars that don't belongs to another auction (I use modifyQueryUsing), so this works when I create.
The issue is when I try to update an auction, I cannot see my car selected in the dropdown list because that car already belongs to the same auction that I'm updating so how can I fix that?
8 replies