use with the already existing user table
I have my users table and I would like to be able to access the panel builder with existing users, what is the procedure to follow?
4 Replies
But I don't have to deploy to production, my application still runs locally, but I have a database with test data. The users table also has a slightly different field naming than the one created by Filament, for example first_name and not name. So I would need to understand how to interact on a deeper level with Filament scaffolding
What does the
name
have to do with anything? And canAccessPanel
works locally too AFAIK. Try it out first and if it doesn't work as expected, you can ask more specific questions hereAs long as your User model implements
FilamentUser
there shouldn't be an issue.