mrleblanc101
mrleblanc101
FFilament
Created by mrleblanc101 on 8/16/2024 in #❓┊help
Updating from 3.2.83 to 3.2.84 break custom component
No description
40 replies
FFilament
Created by mrleblanc101 on 8/15/2024 in #❓┊help
`->unique()` rule inside relationship instead of whole table
Hey guys, I have this url /{clientSlug}/{productSlug} On ClientResource, I have a ->unique(ignoreRecord: true) on the slug field and this works fine. Now I want to be able to create multiple product with the same productSlug unless they have the same parent (client). I found ->unique(modifyRuleUsing: function (Unique $rule, $record) but I'm not sure how to implement this. Basically, I want to be able to do /client-1/product-1 and /client-2/product-1. But I don't want to be able to create multiple product-1 on client-1
3 replies
FFilament
Created by mrleblanc101 on 8/8/2024 in #❓┊help
Custom Field disappear after LiveWire update
No description
49 replies