Closed basheer-atx closed 6 years ago
I'm having the same issue. It stopped working after I upgraded to 5.5
It's working for me on 5.5.
@jitendra-atx your file config/auth.php is update with
'providers' => [
'users' => [
'driver' => 'eloquent',
'model' => Namespace\Of\Your\User\Model\User::class,
'table' => 'users',
],
],
?????
i have the same question, but i think no,some things changed between 5.2 and 5.5 on core.
Is this package compitible with laravel 5.5 evrsion?