F
Filament4mo ago
Rakss

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
Rakss
RakssOP4mo ago
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
Dennis Koch
Dennis Koch4mo ago
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.

Did you find this page helpful?