Closed
Description
Is your feature request related to a problem?
Install laravel breeze react example, setup SESSION_DRIVER=database, the first error is duplicate key for id, deleting unique index solve this but in any post request, it will always cause 419 | PAGE EXPIRED
Temp solution just using any driver like file. I would like guidance on how to make Session driver database work for mongodb thanks