Sessions Table Name
Hi, I'm trying to use AdminPanel in an already running app, I need somehow to change the name of the sessions table, since the DB I have to use already has a "sessions" table.Any idea? I though of changing the migration, but then filament wouldn't be able to find it.

Solution
You can change the table name in migration and for it to take effect - change the
SESSION_TABLE in your .env file OR change table in config/session.php file