how to add role at the time (php artisan make:filament-user) #15127
-
I want to ask how to add a role when starting filament, the default on filament-user only displays my Name, Email, and password. so I want to add a role when adding a role using the terminal. I want to add role under password |
Beta Was this translation helpful? Give feedback.
Answered by
leandrocfe
Dec 18, 2024
Replies: 1 comment 3 replies
-
Maybe you could create a new command extending this and customizing what you need |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
app/Console/Commands/CustomUserCommand.php