dusterio / lumen-passport

Making Laravel Passport work with Lumen
MIT License
654 stars 139 forks source link

It's not working with mongodb #162

Closed himanshutecstub closed 2 years ago

himanshutecstub commented 3 years ago

Hello, I install this on my lumen 8 (php 7.4) for passport functionality i check it's working fine with MySql but not working with Mongodb. For lumen mongodb connection i use jenssegers/laravel-mongodb. Help for support in mongodb database.

Regards