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
just create your own factory and seed the user
in production you won't use
make:filament-user
okay thanks