I want to change default table for user
I have a table called web_users before, and i want to adopt filament. Since the default table value is users, how can i change the login and auth implementation to web_users
2 Replies
since the app is already pretty big, i cannot change the table name to users since it would interfere with many services in the backend
Since the default table value is users,I don't think Filament has a default for this. It uses Laravel's auth config. If that is adjusted properly, Filament should work.