Form mutation and card attribute #14
-
|
Beta Was this translation helpful? Give feedback.
Answered by
ManukMinasyan
Jun 11, 2025
Replies: 1 comment 1 reply
-
Hello @Aporrhia,
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Aporrhia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Aporrhia,
Refer to the Filament PHP documentation for customizing data before saving in edit actions:
https://filamentphp.com/docs/3.x/actions/prebuilt-actions/edit#customizing-data-before-saving
Extend the
DefaultKanbanAdapter
and override theupdateRecordsOrderAndColumn
method fromCrudOperationsTrait
: -https://github.com/Relaticle/flowforge?tab=readme-ov-file#custom-adaptersUse Laravel's built-in Mutators and Casting for attribute manipulation:
https://laravel.com/docs/12.x/eloquent-mutators