#How to personalize make:filament-user command ?

4 messages · Page 1 of 1 (latest)

worldly maple
#

Is it possible to add fields when using make:filament-user ? Is it possible to make some post operations like assign some roles when user is created using this command?

granite nimbusBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

polar basin
#

Just make your own command to make a user with the prompts you need. It’s still just laravel under the hood. There’s nothing different from a filament user and a normal laravel user.

worldly maple
#

Thank you.