@ookma-kyi If you don't want the column in the table, just delete it
or you can use
->visible(fn () => )
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I just ran php artisan make:filament-resource User --generate and got a nice panel for the user model. However it includes some fields which I consider can be abused by moderators and admins such as Password, Two factor secret, Two factor recovery codes and Two factor confirmed at. I am looking for an opinion on if these fields are a security risk or I am just being overly cautious.
Please or to participate in this conversation.