Skip to content

Form mutation and card attribute #14

Answered by ManukMinasyan
Aporrhia asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @Aporrhia,

  1. 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

  2. Extend the DefaultKanbanAdapter and override the updateRecordsOrderAndColumn method from CrudOperationsTrait: -https://github.com/Relaticle/flowforge?tab=readme-ov-file#custom-adapters

  3. Use Laravel's built-in Mutators and Casting for attribute manipulation:
    https://laravel.com/docs/12.x/eloquent-mutators

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Aporrhia
Comment options

Answer selected by Aporrhia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants