Zizaco / entrust

Role-based Permissions for Laravel 5
MIT License
6.05k stars 1.29k forks source link

Laravel version compatible 5.5 #848

Closed basheer-atx closed 6 years ago

basheer-atx commented 7 years ago

Is this package compitible with laravel 5.5 evrsion?

aconital commented 7 years ago

I'm having the same issue. It stopped working after I upgraded to 5.5

AmruthPillai commented 7 years ago

It's working for me on 5.5.

saulomatias commented 7 years ago

@jitendra-atx your file config/auth.php is update with

'providers' => [
    'users' => [
        'driver' => 'eloquent',
        'model' => Namespace\Of\Your\User\Model\User::class,
        'table' => 'users',
    ],
],

?????

leandroruel commented 7 years ago

i have the same question, but i think no,some things changed between 5.2 and 5.5 on core.