mongodb / laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
https://www.mongodb.com/compatibility/mongodb-laravel-integration
MIT License
6.96k stars 1.42k forks source link

[Feature Request] SessionServiceProvider for database #3022

Open masterbater opened 2 days ago

masterbater commented 2 days ago

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

GromNaN commented 2 days ago

The package jenssegers/laravel-mongodb-session could be updated and merged into this package. Tracking this feature request in PHPORM-201

masterbater commented 22 hours ago

The package jenssegers/laravel-mongodb-session could be updated and merged into this package. Tracking this feature request in PHPORM-201

Thanks @GromNaN for tracking this hope you have more energy to maintain this library hehe. 🙇🏻‍♂️🙏🏻