Update default filament user factory

How can I update the filament user factory (php artisan make:filament-user) I added columns like firstname and lastname and removed the name column.
2 Replies
krekas
krekas2y ago
just create your own factory and seed the user in production you won't use make:filament-user
GeRaged | Niklas
GeRaged | NiklasOP2y ago
okay thanks

Did you find this page helpful?