Robin
How to edit resource properties on simple resource creation?
when using simple resource, a ManageXXX is also created, there's a getHeaderActions() function that returns an array of actions, by default a CreateAction is present, you can chain createAnother and mutateFormDataUsing like,
4 replies
accessing create functions inside a custom filament page
I needed a create page on the navbar, so I created a new custom page, and copy pasted the from in resourceA, in the resource A, I had some lifecycle hooks functions on the CreatePage of resource A such as afterCreate() which updated the value of another field with the created field
12 replies
Repeater
https://laraveldaily.com/post/filament-repeater-live-calculations-on-update
This helped me get to the solution
12 replies