yacovR
yacovR
FFilament
Created by yacovR on 12/1/2024 in #❓┊help
Import with relation.
Im doing something like this but is not working. how should I do this? ->relationship( resolveUsing: function (string $category) { $item = FoodItemCategory::firstOrCreate( ['name' => $category], [ 'description' => null, 'is_active' => true, ] ); // $item->save(); return $item; } ),
2 replies
FFilament
Created by yacovR on 1/4/2024 in #❓┊help
Url parameter in form filling
Hello guys, is there a way to ass parameter urls in form filling process? #❓┊help
6 replies