Hi - been wanting to have play with all the latest updates, have run into a silly issue - my users table I like to change so users always have a first name and last name for use later, when I try php artisan make:filament-user I’m unable to create a user obviously as it doesn’t match database values required, first name last name
Tried vendor publish but not found what I need as yet - know I’ve done this before as dev work using filament I could add filament admin user after fresh migration and seeded users for testing all with first names and last names ? For production fine to set using domain but for dev work I want an admin user to access panels to build
What have I missed ?
Thanks in advance