laravel-mongo-auth icon indicating copy to clipboard operation
laravel-mongo-auth copied to clipboard

Is there any update support for Laravel 8 ?

Open cecepsaefull opened this issue 4 years ago • 1 comments

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

  • Root composer.json requires reshadman/laravel-mongo-auth ^1.0 -> satisfiable by reshadman/laravel-mongo-auth[1.0.0].
  • reshadman/laravel-mongo-auth 1.0.0 requires illuminate/contracts 5.0.* -> found illuminate/contracts[v5.0.0, v5.0.33, 5.0.x-dev] but it conflicts with another require.

cecepsaefull avatar Dec 10 '20 04:12 cecepsaefull

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.

reshadman avatar Dec 21 '20 11:12 reshadman