Customize php artisan filament:user
Hi, instead of name I have firstname and lastname in my users table.
When I run: php artisan filament:user, it needs a name. How do I update this so it prompts for firstname and lastname?
Thanks in advance.
When I run: php artisan filament:user, it needs a name. How do I update this so it prompts for firstname and lastname?
Thanks in advance.