reshadman / laravel-mongo-auth

A native mongodb authentication driver for laravel.
28 stars 4 forks source link

Is there any update support for Laravel 8 ? #4

Open cecepsaefull opened 3 years ago

cecepsaefull commented 3 years ago

I try install this with laravel 8 but conflick with other plugin give error like this:

reshadman commented 3 years ago

The auth driver has been changed a lot in new Laravel versions, btw implementing the same logic using the extend behaviour of Laravel driver managers is easy.