Override make:filament-user command
What would be a better way to add custom field, like country, along with existing fields on make:filament-user command for generating a user
1 Reply
You mean you want to override it for a plugin?
Otherwise you are probably better off using the default
User
factory in the DatabaseSeeder.php
to add custom fields🤔