eggswithshrek
eggswithshrek
FFilament
Created by eggswithshrek on 3/25/2025 in #❓┊help
Override makeUserCommand in vendor folder
I have made a custom user model that does not hold the email or name of the user, these fields are stored in a seperate table that contains more information on the user. I have created a new login and changed the authIdentifiers to make use of username, however I would like the command:
php artisan make:filament-user
php artisan make:filament-user
to make use of the username and simply ask for the username and the password for easy user creation. Without having to change the vendor code, which is bad practice, how can I override the makeUserCommand?
5 replies